expose intellvision in the path config in release builds
This commit is contained in:
parent
2f3c0af4ea
commit
eccfd94cce
|
@ -21,7 +21,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
return;
|
||||
}
|
||||
|
||||
string[] coresToHide = { "INTV", "C64" };
|
||||
string[] coresToHide = { "C64" };
|
||||
|
||||
foreach (var core in coresToHide)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue