accurat-er
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user