X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fgte.h;h=764622633b52b396492dc8850ee60389230f791c;hp=75e9e5b37110e65586f1d2d7828c57068671b730;hb=HEAD;hpb=32631e6a5d44d1e6aa5d53d5777a039b2d3d4300 diff --git a/libpcsxcore/gte.h b/libpcsxcore/gte.h index 75e9e5b3..f1dcc66a 100644 --- a/libpcsxcore/gte.h +++ b/libpcsxcore/gte.h @@ -72,14 +72,9 @@ 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(); +u32 MFC2(struct psxCP2Regs *regs, int reg); +void MTC2(struct psxCP2Regs *regs, u32 value, int reg); +void CTC2(struct psxCP2Regs *regs, u32 value, int reg); void gteRTPS(struct psxCP2Regs *regs); void gteOP(struct psxCP2Regs *regs);