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
|
@ -213,7 +213,7 @@ void PPCTimer_start();
|
|||
// core info and control
|
||||
extern uint32 ppcThreadQuantum;
|
||||
|
||||
uint8* PPCInterpreterGetAndModifyStackPointer(sint32 offset);
|
||||
uint8* PPCInterpreter_PushAndReturnStackPointer(sint32 offset);
|
||||
uint8* PPCInterpreterGetStackPointer();
|
||||
void PPCInterpreterModifyStackPointer(sint32 offset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue