revert these

This commit is contained in:
SimoneN64
2024-01-10 20:59:51 +01:00
parent 9fe8c3d87b
commit c8bdf426fc
2 changed files with 11 additions and 13 deletions

View File

@@ -107,9 +107,9 @@ struct Cop1 {
void SetCauseDivisionByZero();
void SetCauseOverflow();
void SetCauseInvalid();
int fp_class=0;
private:
template <typename T> auto FGR(Cop0Status&, u32) -> T&;
template <typename T>
auto FGR(Cop0Status&, u32) -> T&;
void decodeInterp(Interpreter&, u32);
void decodeJIT(JIT&, u32);
void absd(Registers&, u32 instr);