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