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:
goyuken 2012-09-16 18:10:28 +00:00
parent 985cac53fe
commit 6cdecc2b15
1 changed files with 1 additions and 1 deletions

View File

@ -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.";