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

@@ -8,7 +8,7 @@
#include <vector>
struct Window {
explicit Window(const n64::Core& core);
explicit Window(n64::Core& core);
~Window();
ImDrawData* Present();