Reset system overhaul

This commit is contained in:
SimoneN64
2023-06-05 11:28:11 +02:00
parent 30fce7ecf7
commit f92c65326c
7 changed files with 11 additions and 16 deletions

View File

@@ -3,5 +3,6 @@
namespace n64 {
void Interpreter::Reset() {
regs.Reset();
mem.Reset();
}
}