From 5fbf800ed4fc8a26f70458da7cab9749baf44578 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 8 Jul 2025 19:29:41 -0600 Subject: [PATCH] Fix Android build --- core/sdl/dreamlink.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/sdl/dreamlink.h b/core/sdl/dreamlink.h index 40d2c28df..5f7a58099 100644 --- a/core/sdl/dreamlink.h +++ b/core/sdl/dreamlink.h @@ -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