This rewrite is working (tested with Super Mario 64)

This commit is contained in:
irisz64
2025-08-29 10:57:01 +02:00
parent dd98e19c95
commit b8d691efb8
15 changed files with 1240 additions and 1255 deletions

View File

@@ -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();