more ParallelRDP debugging

This commit is contained in:
CocoSimone
2022-08-12 19:44:32 +02:00
parent e4c6217fd0
commit ed34d9c9ba
8 changed files with 53 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
#include <Core.hpp>
#include <utility>
Window::Window(const n64::Core& core) {
Window::Window(n64::Core& core) {
InitSDL();
InitParallelRDP(core.GetRDRAM(), window);
//InitImgui();