mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 16:31:19 +12:00
nn_save: Refactor and modernize code
This commit is contained in:
parent
1ee9d5c78c
commit
da8fd5b7c7
5 changed files with 323 additions and 887 deletions
|
@ -11,7 +11,7 @@ using PAddr = uint32; // physical address
|
|||
|
||||
extern uint8* memory_base;
|
||||
extern uint8* PPCInterpreterGetStackPointer();
|
||||
extern uint8* PPCInterpreterGetAndModifyStackPointer(sint32 offset);
|
||||
extern uint8* PPCInterpreter_PushAndReturnStackPointer(sint32 offset);
|
||||
extern void PPCInterpreterModifyStackPointer(sint32 offset);
|
||||
|
||||
class MEMPTRBase {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue