keep fixing parallel-rdp stuff

This commit is contained in:
CocoSimone
2022-08-06 18:46:47 +02:00
parent c5303ede59
commit 8a450e110b
19 changed files with 64 additions and 45 deletions

View File

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