Cleaned up assets folder, added promptfont, started config menu UI

This commit is contained in:
Mr-Wiseguy
2023-12-29 16:49:26 -05:00
parent c0abf1a203
commit 525092fd60
21 changed files with 1148 additions and 712 deletions
+1
View File
@@ -26,6 +26,7 @@ bool sdl_event_filter(void* userdata, SDL_Event* event) {
ChangeWindow();
}
}
recomp::queue_event(*event);
break;
case SDL_EventType::SDL_CONTROLLERDEVICEADDED:
{