Skip to content

Commit

Permalink
Remove a loose qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG authored and nadiaholmquist committed Dec 8, 2023
1 parent 2a35af5 commit f4377e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DSi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4377e4

Please sign in to comment.