mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Cleanup
This commit is contained in:
parent
e576e64736
commit
1a934fc2c7
7 changed files with 12 additions and 9 deletions
|
@ -5,11 +5,10 @@
|
|||
#include <filesystem>
|
||||
|
||||
#include "emulator.hpp"
|
||||
#include "mappings.hpp"
|
||||
#include "input_mappings.hpp"
|
||||
|
||||
class FrontendSDL {
|
||||
Emulator emu;
|
||||
InputMappings keyboardMappings;
|
||||
#ifdef PANDA3DS_ENABLE_OPENGL
|
||||
SDL_GLContext glContext;
|
||||
#endif
|
||||
|
@ -22,6 +21,8 @@ class FrontendSDL {
|
|||
|
||||
SDL_Window* window = nullptr;
|
||||
SDL_GameController* gameController = nullptr;
|
||||
InputMappings keyboardMappings;
|
||||
|
||||
int gameControllerID;
|
||||
bool programRunning = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue