This commit is contained in:
SimoneN64
2023-06-13 21:27:37 +02:00
parent 13c0af271c
commit 9f27961cb9
6 changed files with 41 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ App::App() : window(core) {
void App::Run() {
SDL_EventState(SDL_DROPFILE, SDL_ENABLE);
n64::SI& si = core.cpu->mem.mmio.si;
n64::SI& si = core.cpu.mem.mmio.si;
while (!window.done) {
if(core.romLoaded) {