remove GB from exclusion list for cheat editor, as it is fully working
still todo: converter for game genie\game shark
This commit is contained in:
parent
985cac53fe
commit
6cdecc2b15
|
@ -163,7 +163,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
case "GB":
|
case "UglyBrokenCore":
|
||||||
AddCheatGroup.Enabled = false;
|
AddCheatGroup.Enabled = false;
|
||||||
CheatListView.Enabled = false;
|
CheatListView.Enabled = false;
|
||||||
MessageLabel.Text = Global.Emulator.SystemId + " not supported.";
|
MessageLabel.Text = Global.Emulator.SystemId + " not supported.";
|
||||||
|
|
Loading…
Reference in New Issue