mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
ensure shit doesn't asplode atleast until this code is redone
This commit is contained in:
@ -826,6 +826,7 @@ void CloseDSiNAND()
|
|||||||
{
|
{
|
||||||
if (DSi::SDMMCFile)
|
if (DSi::SDMMCFile)
|
||||||
fclose(DSi::SDMMCFile);
|
fclose(DSi::SDMMCFile);
|
||||||
|
DSi::SDMMCFile = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunNDMAs(u32 cpu)
|
void RunNDMAs(u32 cpu)
|
||||||
|
Reference in New Issue
Block a user