[Project64] Remove delete g_DDRom from CN64System::LoadFileImage
This commit is contained in:
parent
45a09a6aef
commit
81020b1249
|
@ -282,11 +282,6 @@ bool CN64System::LoadFileImage(const char * FileLoc)
|
||||||
g_DDRom->LoadN64ImageIPL(FileLoc);
|
g_DDRom->LoadN64ImageIPL(FileLoc);
|
||||||
g_Settings->SaveString(File_DiskIPLPath, FileLoc);
|
g_Settings->SaveString(File_DiskIPLPath, FileLoc);
|
||||||
}
|
}
|
||||||
else if (g_DDRom != NULL)
|
|
||||||
{
|
|
||||||
delete g_DDRom;
|
|
||||||
g_DDRom = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (g_DDRom != NULL)
|
if (g_DDRom != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue