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=778bd8d9f48eff4594fa2c3cdd1a393a114b4a90;hp=bdb8d27cd6df1c3fd9e0206efa29f08015641d2b;hb=f9ae4f29a408556f4b1d0f843995b389e66608c5;hpb=b9698f9dadce9831f21f103c09b3569d2b2441a2 diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index bdb8d27c..778bd8d9 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -215,7 +215,10 @@ typedef struct { u32 subCycle; /* interpreter cycle counting */ u32 subCycleStep; u32 biuReg; - u32 reserved[3]; + u8 reserved; + u8 dloadSel; + u8 dloadReg[2]; + u32 dloadVal[2]; // warning: changing anything in psxRegisters requires update of all // asm in libpcsxcore/new_dynarec/ } psxRegisters;