Add an accessibility option to toggle the fake loading screen (#63)

This commit is contained in:
Info Teddy
2020-01-12 17:45:44 -08:00
committed by Ethan Lee
parent bc64d027d2
commit c2ac1dc7d2
5 changed files with 32 additions and 2 deletions

View File

@@ -354,6 +354,7 @@ public:
std::vector<SDL_GameControllerButton> controllerButton_flip;
std::vector<SDL_GameControllerButton> controllerButton_esc;
bool skipfakeload;
};
#endif /* GAME_H */