mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Remove dumb getPointers that actually want the whole memory block.
The whole memory block is accessable globally anyway. Much cleaner!
This commit is contained in:
@ -241,7 +241,7 @@ void Init(bool hle)
|
||||
g_ARAM.wii_mode = true;
|
||||
g_ARAM.size = Memory::EXRAM_SIZE;
|
||||
g_ARAM.mask = Memory::EXRAM_MASK;
|
||||
g_ARAM.ptr = Memory::GetPointer(0x10000000);
|
||||
g_ARAM.ptr = Memory::m_pEXRAM;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user