This rewrite is working (tested with Super Mario 64)
This commit is contained in:
@@ -271,10 +271,10 @@ private:
|
||||
[[nodiscard]] FORCE_INLINE u32 GetWired() const { return wired & 0x3F; }
|
||||
[[nodiscard]] FORCE_INLINE u32 GetCount() const { return u32(u64(count >> 1)); }
|
||||
|
||||
void mtc0(u32);
|
||||
void dmtc0(u32);
|
||||
void mfc0(u32);
|
||||
void dmfc0(u32) const;
|
||||
void mtc0(const Instruction);
|
||||
void dmtc0(const Instruction);
|
||||
void mfc0(const Instruction);
|
||||
void dmfc0(const Instruction) const;
|
||||
void eret();
|
||||
|
||||
void tlbr();
|
||||
|
||||
Reference in New Issue
Block a user