X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;h=6973afe8b80ec287184f1bdacca64845b9457ae5;hp=a052a59a3e014d740cdb82524e7bde5552d19e32;hb=679d5ee3c46235923a99391922de1df0239e9ff3;hpb=d75460620efa21df695967c72a92265dac04001f diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index a052a59a..6973afe8 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -192,6 +192,8 @@ typedef struct { u32 muldivBusyCycle; u32 subCycle; /* interpreter cycle counting */ u32 subCycleStep; + u32 biuReg; + u32 reserved[3]; // warning: changing anything in psxRegisters requires update of all // asm in libpcsxcore/new_dynarec/ } psxRegisters;