mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Remove a loose qualifier
This commit is contained in:
parent
2a35af5bb9
commit
f4377e4f0f
@ -93,7 +93,7 @@ DSi::DSi(DSiArgs&& args) noexcept :
|
||||
// Memory is owned by ARMJIT_Memory, don't free it
|
||||
NWRAM_A = JIT.Memory.GetNWRAM_A();
|
||||
NWRAM_B = JIT.Memory.GetNWRAM_B();
|
||||
NWRAM_C = NDS::JIT.Memory.GetNWRAM_C();
|
||||
NWRAM_C = JIT.Memory.GetNWRAM_C();
|
||||
}
|
||||
|
||||
DSi::~DSi() noexcept
|
||||
|
Loading…
Reference in New Issue
Block a user