JIT stuff that I do not know how to comment

This commit is contained in:
irisz64
2025-12-18 11:20:56 +01:00
parent 70edba4ced
commit c2d6d5a8a9
6 changed files with 78 additions and 40 deletions

View File

@@ -264,6 +264,8 @@ struct Cop0 {
void decode(const Instruction);
private:
friend struct JIT;
[[nodiscard]] FORCE_INLINE u32 GetWired() const { return wired & 0x3F; }
[[nodiscard]] FORCE_INLINE u32 GetCount() const { return u32(u64(count >> 1)); }