Fix Android build

This commit is contained in:
James Smith 2025-07-08 19:29:41 -06:00
parent 6d6b2ca6ca
commit 5fbf800ed4
1 changed files with 0 additions and 4 deletions

View File

@ -24,8 +24,6 @@
#define USE_DREAMCASTCONTROLLER 1
#endif
#ifdef USE_DREAMCASTCONTROLLER
#include "types.h"
#include "emulator.h"
#include "sdl_gamepad.h"
@ -165,5 +163,3 @@ private:
bool startPressed = false;
std::string device_guid;
};
#endif