accurat-er

This commit is contained in:
SimoneN64
2024-06-19 21:58:11 +02:00
parent 78551827c9
commit 1f1931d6ad
2 changed files with 174 additions and 122 deletions

View File

@@ -120,7 +120,11 @@ struct Cop1 {
void SetCauseInvalid();
private:
template <typename T>
auto FGR(Cop0Status&, u32) -> T&;
auto FGR_T(Cop0Status&, u32) -> T&;
template <typename T>
auto FGR_S(Cop0Status&, u32) -> T&;
template <typename T>
auto FGR_D(Cop0Status&, u32) -> T&;
void decodeInterp(Interpreter&, u32);
void decodeJIT(JIT&, u32);
void absd(u32 instr);