Implement context and resource storage slotmaps

This commit is contained in:
Mr-Wiseguy
2025-01-18 20:09:03 -05:00
parent 716f5b5ac6
commit f703c918bc
13 changed files with 647 additions and 68 deletions
+2
View File
@@ -1481,6 +1481,8 @@ void draw_hook(RT64::RenderCommandList* command_list, RT64::RenderFramebuffer* s
}
void deinit_hook() {
recompui::destroy_all_contexts();
std::lock_guard lock {ui_context_mutex};
Rml::Debugger::Shutdown();
Rml::Shutdown();