mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
unmappinged everything
This commit is contained in:
@ -951,7 +951,6 @@ ARMJIT_Memory::~ARMJIT_Memory() noexcept
|
||||
MemoryBase = nullptr;
|
||||
FastMem9Start = nullptr;
|
||||
FastMem7Start = nullptr;
|
||||
printf("unmappinged everything\n");
|
||||
}
|
||||
|
||||
if (MemoryFile)
|
||||
@ -979,6 +978,8 @@ ARMJIT_Memory::~ARMJIT_Memory() noexcept
|
||||
MemoryFile = -1;
|
||||
}
|
||||
|
||||
Log(LogLevel::Info, "unmappinged everything\n");
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
if (Libandroid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user