mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 23:05:49 +00:00
SDL_hidapi_ps3.c: adjust for new SDL_PLATFORM_WINDOWS meaning.
This commit is contained in:
@@ -72,7 +72,7 @@ static SDL_bool HIDAPI_DriverPS3_IsEnabled(void)
|
||||
#ifdef SDL_PLATFORM_MACOS
|
||||
/* This works well on macOS */
|
||||
default_value = SDL_TRUE;
|
||||
#elif defined(SDL_PLATFORM_WINDOWS)
|
||||
#elif defined(SDL_PLATFORM_WIN32)
|
||||
/* You can't initialize the controller with the stock Windows drivers
|
||||
* See https://github.com/ViGEm/DsHidMini as an alternative driver
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user