Small fixes and improvements

This commit is contained in:
SimoneN64
2024-05-26 22:11:14 +02:00
parent f6afa56987
commit bbac4e315e
4 changed files with 14 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ struct Registers {
s64 oldPC{}, pc{}, nextPC{};
s64 hi{}, lo{};
bool prevDelaySlot{}, delaySlot{};
int steps = 0;
u32 steps = 0;
u32 extraCycles = 0;
void CpuStall(u32 cycles) {