PSX - expose PSX path config in release builds

This commit is contained in:
adelikat 2015-07-15 19:20:05 -04:00
parent 46e8bdeefa
commit 673654d6cf
1 changed files with 1 additions and 1 deletions

View File

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