fix PI DMA not firing due to opy-paste error + disassembly
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user