Path Config - Show Genesis in non-interim builds

This commit is contained in:
adelikat 2013-12-27 16:52:15 +00:00
parent 098fca2895
commit ca5a54b283
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace BizHawk.Client.EmuHawk
return; return;
} }
string[] coresToHide = { "PSX", "GBA", "INTV", "C64", "GEN" }; string[] coresToHide = { "PSX", "GBA", "INTV", "C64" };
foreach (var core in coresToHide) foreach (var core in coresToHide)
{ {