fix PI DMA not firing due to opy-paste error + disassembly

This commit is contained in:
CocoSimone
2022-08-12 14:49:35 +02:00
parent 2e05e81c53
commit e4c6217fd0
22 changed files with 159 additions and 91 deletions

View File

@@ -8,6 +8,7 @@ Window::Window(const n64::Core& core) {
InitSDL();
InitParallelRDP(core.GetRDRAM(), window);
//InitImgui();
NFD::Init();
}
[[nodiscard]] bool Window::gotClosed(SDL_Event event) {