expose intellvision in the path config in release builds

This commit is contained in:
adelikat 2017-02-11 13:05:16 -06:00
parent 2f3c0af4ea
commit eccfd94cce
1 changed files with 1 additions and 1 deletions

View File

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