X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;h=157d31b98ed03fab17dda6ea8f1f0e6760d5be31;hb=65722e0455a2a42eece5e67ce2e92bfac03e1368;hp=a8f39abb33781c7dc12493d4c1ebb9f8329318f1;hpb=d3f0cb2bbea928854c0e05fcc43f9447a01c71c6;p=pcsx_rearmed.git diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index a8f39abb..157d31b9 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -222,7 +222,8 @@ typedef struct { u8 dloadReg[2]; u32 dloadVal[2]; u32 biosBranchCheck; - u32 reserved[3]; + u32 cpuInRecursion; + u32 reserved[2]; // warning: changing anything in psxRegisters requires update of all // asm in libpcsxcore/new_dynarec/ } psxRegisters;