mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 13:20:57 -06:00
fix last commit for ARM64
This commit is contained in:
@ -333,6 +333,7 @@ Compiler::Compiler()
|
||||
{
|
||||
if (!(reg == W4 || (reg >= W19 && reg <= W26)))
|
||||
continue;
|
||||
ARM64Reg rdMapped = W0 + reg;
|
||||
PatchedStoreFuncs[consoleType][num][size][reg] = GetRXPtr();
|
||||
if (num == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user