X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fgte.h;h=75e9e5b37110e65586f1d2d7828c57068671b730;hb=b7ec323c2e42a9ff8df844e5a95665733abb4bc1;hp=764622633b52b396492dc8850ee60389230f791c;hpb=6c0eefafd3a531d6bc6d26736926a1514c0c9e6f;p=pcsx_rearmed.git diff --git a/libpcsxcore/gte.h b/libpcsxcore/gte.h index 76462263..75e9e5b3 100644 --- a/libpcsxcore/gte.h +++ b/libpcsxcore/gte.h @@ -67,12 +67,19 @@ extern "C" { struct psxCP2Regs; +extern const unsigned char gte_cycletab[64]; + +int gteCheckStallRaw(u32 op_cycles, psxRegisters *regs); +void gteCheckStall(u32 op); + void gteMFC2(); void gteCFC2(); void gteMTC2(); void gteCTC2(); void gteLWC2(); void gteSWC2(); +void gteLWC2_stall(); +void gteSWC2_stall(); void gteRTPS(struct psxCP2Regs *regs); void gteOP(struct psxCP2Regs *regs);