start implementing actual shito

(also looks like the test bench in libui_sdl/main.cpp snuck in with the copyright update. shit)
This commit is contained in:
StapleButter
2018-09-15 02:47:34 +02:00
parent fea7955675
commit 0bfd019dc0
6 changed files with 63 additions and 0 deletions

View File

@ -38,6 +38,8 @@ public:
void Reset();
void Savestate(Savestate* file);
void JumpTo(u32 addr, bool restorecpsr = false);
void RestoreCPSR();