Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMUs and Rumble Packs with Original Dreamcast Controllers #1810

Merged
merged 10 commits into from
Jan 25, 2025
2 changes: 1 addition & 1 deletion core/hw/maple/maple_devs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ maple_device* maple_Create(MapleDeviceType type)
return nullptr;
}

#if defined(_WIN32) && !defined(TARGET_UWP) && defined(USE_SDL) && !defined(LIBRETRO)
#if (defined(_WIN32) || defined(__linux__) || (defined(__APPLE__) && defined(TARGET_OS_MAC))) && !defined(TARGET_UWP) && defined(USE_SDL) && !defined(LIBRETRO)
#include "sdl/dreamconn.h"

struct DreamConnVmu : public maple_sega_vmu
Expand Down
Loading
Loading