hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
This commit is contained in:
parent
46aef01d04
commit
9fd5d6c7d8
2 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define PARAM(n) Core::g_app_core->GetReg(n)
|
||||
#define PARAM64(n) (Core::g_app_core->GetReg(n) | ((u64)Core::g_app_core->GetReg(n + 1) << 32))
|
||||
#define RETURN(n) Core::g_app_core->SetReg(0, n)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue