properly reset a lot of the emulator state

This commit is contained in:
SimoneN64
2024-06-21 22:25:50 +02:00
parent 3e36dbc4bb
commit f4a4aebbee
22 changed files with 71 additions and 31 deletions

View File

@@ -31,6 +31,7 @@ void RSP::Reset() {
divIn = 0;
divOut = 0;
divInLoaded = false;
steps = 0;
}
/*