Let's try doing this again

This commit is contained in:
Simone Coco
2024-05-21 09:30:13 +01:00
parent 7479ad46a6
commit 24f4f0270d
5 changed files with 242 additions and 1 deletions

View File

@@ -7,7 +7,9 @@ struct Registers {
void Reset();
void SetPC64(s64);
void SetPC32(s32);
s64 gpr[32]{};
bool gprIsConstant[32]{};
Cop0 cop0;
Cop1 cop1;
s64 oldPC{}, pc{}, nextPC{};