X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;fp=libpcsxcore%2Fr3000a.h;h=2339d5957efe85632895b4538df04f4f4638d3e9;hp=f99e03ba09d2c963948d5e9ffbdf2e32b6e6797c;hb=d5aeda23720ba9374312f8d387f299024fedb7e6;hpb=d014a47167b28b19f87546bca0b0c53f08b1daff diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index f99e03ba..2339d595 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -191,9 +191,10 @@ typedef struct { struct { u32 sCycle, cycle; } intCycle[32]; u32 gteBusyCycle; u32 muldivBusyCycle; + u32 subCycle; /* interpreter cycle counting */ + u32 subCycleStep; // warning: changing anything in psxRegisters requires update of all - // asm in libpcsxcore/new_dynarec/, but this member can be replaced - u32 reserved[2]; + // asm in libpcsxcore/new_dynarec/ } psxRegisters; extern psxRegisters psxRegs;