[Rom] Enable 64DD hardware when using 64DD IPL standalone
This commit is contained in:
parent
b2f0623746
commit
ce868c57f8
|
@ -486,7 +486,7 @@ bool CN64System::RunFileImage(const char * FileLoc)
|
|||
{
|
||||
return false;
|
||||
}
|
||||
g_Settings->SaveBool(Setting_EnableDisk, false);
|
||||
g_Settings->SaveBool(Setting_EnableDisk, g_Rom->IsLoadedRomDDIPL());
|
||||
if (g_Settings->LoadBool(Setting_AutoStart) != 0)
|
||||
{
|
||||
WriteTrace(TraceN64System, TraceDebug, "Automattically starting rom");
|
||||
|
|
Loading…
Reference in New Issue