X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fr3000a.h;h=a8f39abb33781c7dc12493d4c1ebb9f8329318f1;hp=3a903b1a5d5f4162b9773363fb27056eeb2892c0;hb=de74f59932e94887debf30e5ec437d7f63591f74;hpb=25427adfbaed8ac93f01b56c4fac9811dd029b51 diff --git a/libpcsxcore/r3000a.h b/libpcsxcore/r3000a.h index 3a903b1a..a8f39abb 100644 --- a/libpcsxcore/r3000a.h +++ b/libpcsxcore/r3000a.h @@ -25,9 +25,6 @@ extern "C" { #endif #include "psxcommon.h" -#include "psxmem.h" -#include "psxcounters.h" -#include "psxbios.h" enum R3000Aexception { R3000E_Int = 0, // Interrupt @@ -224,6 +221,8 @@ typedef struct { u8 dloadSel; /* interp. delay load state */ u8 dloadReg[2]; u32 dloadVal[2]; + u32 biosBranchCheck; + u32 reserved[3]; // warning: changing anything in psxRegisters requires update of all // asm in libpcsxcore/new_dynarec/ } psxRegisters;