Merge branch 'master' into shader-decomp

This commit is contained in:
wheremyfoodat 2024-07-26 12:57:46 +03:00
commit fd90cf7d9f
3 changed files with 20 additions and 8 deletions

View file

@ -23,6 +23,8 @@ class FrontendSDL {
SDL_GameController* gameController = nullptr;
InputMappings keyboardMappings;
u32 windowWidth = 400;
u32 windowHeight = 480;
int gameControllerID;
bool programRunning = true;