[64DD] Add brackets for if g_DDRom == NULL
This commit is contained in:
parent
f63b746c73
commit
6469b523b4
|
@ -220,7 +220,9 @@ bool CN64System::RunFileImage(const char * FileLoc)
|
||||||
{
|
{
|
||||||
//64DD IPL
|
//64DD IPL
|
||||||
if (g_DDRom == NULL)
|
if (g_DDRom == NULL)
|
||||||
|
{
|
||||||
g_DDRom = new CN64Rom();
|
g_DDRom = new CN64Rom();
|
||||||
|
}
|
||||||
g_DDRom->LoadN64ImageIPL(FileLoc);
|
g_DDRom->LoadN64ImageIPL(FileLoc);
|
||||||
g_Settings->SaveString(File_DiskIPLPath, FileLoc);
|
g_Settings->SaveString(File_DiskIPLPath, FileLoc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue