Fixed endianness for parallel-rdp

This commit is contained in:
CocoSimone
2022-08-16 11:48:12 +02:00
parent e2313c212c
commit 701c0de18a
13 changed files with 172 additions and 60 deletions

View File

@@ -6,7 +6,7 @@
Window::Window(n64::Core& core) {
InitSDL();
InitParallelRDP(core.GetRDRAM(), window);
InitParallelRDP(core.mem.GetRDRAM(), window);
//InitImgui();
NFD::Init();
}