* more thread-safe UI

* config system base
* FPS counter and limiter
This commit is contained in:
StapleButter
2017-03-23 17:14:48 +01:00
parent 91f46b00fb
commit 8c059c9953
8 changed files with 261 additions and 108 deletions

View File

@ -171,6 +171,9 @@ void ARM::JumpTo(u32 addr, bool restorecpsr)
else addr &= ~0x1;
}
if (addr == 0x0201764C) printf("capture test %d: R1=%08X\n", R[6], R[1]);
if (addr == 0x020175D8) printf("capture test %d: res=%08X\n", R[6], R[0]);
if (addr & 0x1)
{
addr &= ~0x1;