Refactor RSP

This commit is contained in:
SimoneN64
2024-05-13 20:32:07 +02:00
committed by Simone
parent e07f4880e6
commit 5148a836a1
7 changed files with 87 additions and 83 deletions

View File

@@ -85,7 +85,7 @@ void Core::Run(float volumeL, float volumeR) {
while(mmio.rsp.steps > 0) {
mmio.rsp.steps--;
mmio.rsp.Step(regs, mem);
mmio.rsp.Step();
}
}