X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fgte.h;h=9ad73d57a1a3666b3154f2f907626a9579ffd411;hp=764622633b52b396492dc8850ee60389230f791c;hb=81dbbf4cbb16fc6c9a82a5b91e102c8005c5726a;hpb=07cd0bc4d90b222cffc4299f15dd31c265d80a92 diff --git a/libpcsxcore/gte.h b/libpcsxcore/gte.h index 76462263..9ad73d57 100644 --- a/libpcsxcore/gte.h +++ b/libpcsxcore/gte.h @@ -67,6 +67,11 @@ extern "C" { struct psxCP2Regs; +extern const char gte_cycletab[64]; + +int gteCheckStallRaw(u32 op_cycles, psxRegisters *regs); +void gteCheckStall(u32 op); + void gteMFC2(); void gteCFC2(); void gteMTC2();