Update to latest N64ModernRuntime (#392)

- updates to new controller changes
- updates to new render context changes
- updates to new controller number changes
- fix for crash on save thread
This commit is contained in:
David Chavez
2024-06-12 09:40:14 +02:00
committed by GitHub
parent b31cf0a76b
commit 19fcd9bf31
15 changed files with 515 additions and 64 deletions
+3 -1
View File
@@ -119,7 +119,9 @@ namespace recompui {
void set_cont_active(bool active);
void activate_mouse();
void message_box(const char* msg);
void message_box(const char* msg);
void set_render_hooks();
}
#endif