nn_save: Refactor and modernize code

This commit is contained in:
Exzap 2024-05-29 00:07:37 +02:00
parent 1ee9d5c78c
commit da8fd5b7c7
5 changed files with 323 additions and 887 deletions

View file

@ -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);