mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
don't use param registers for ReadBanked/WriteBanked
should fix linux build
This commit is contained in:
@ -16,6 +16,7 @@ const Gen::X64Reg RCPSR = Gen::R15;
|
||||
const Gen::X64Reg RSCRATCH = Gen::EAX;
|
||||
const Gen::X64Reg RSCRATCH2 = Gen::EDX;
|
||||
const Gen::X64Reg RSCRATCH3 = Gen::ECX;
|
||||
const Gen::X64Reg RSCRATCH4 = Gen::R8;
|
||||
|
||||
struct ComplexOperand
|
||||
{
|
||||
|
Reference in New Issue
Block a user