This commit is contained in:
James Smith 2025-07-08 20:01:47 -06:00
parent 5fbf800ed4
commit 0be3424ddb
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,6 @@
// This file contains abstraction layer for access to different kinds of physical controllers
#if (defined(_WIN32) || defined(__linux__) || (defined(__APPLE__) && defined(TARGET_OS_MAC))) && !defined(TARGET_UWP)
#define USE_DREAMCASTCONTROLLER 1
#endif
#include "types.h"
#include "emulator.h"
#include "sdl_gamepad.h"
@ -32,6 +28,10 @@
#include <memory>
#include <array>
#if (defined(_WIN32) || defined(__linux__) || (defined(__APPLE__) && defined(TARGET_OS_MAC))) && !defined(TARGET_UWP)
#define USE_DREAMCASTCONTROLLER 1
#endif
#include <memory>
struct MapleMsg