JIT stuff that I do not know how to comment
This commit is contained in:
@@ -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)); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user