X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;h=2339d5957efe85632895b4538df04f4f4638d3e9;hb=5ced3945423cda0010597b27b7da6bce77b12baa;hp=6ba74de6f370a66e51c10126eb3302263cc94268;hpb=cab87bf32270cb7a80a988850ed2f82e10722001;p=pcsx_rearmed.git diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index 6ba74de6..2339d595 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -191,13 +191,12 @@ 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 boolean writeok; - extern psxRegisters psxRegs; /* new_dynarec stuff */