From db9c48b085f92b86bd5a28b9339a71c2d31b3135 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 14 Jul 2021 17:48:41 +0200 Subject: [PATCH] switch: typo --- core/sdl/sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sdl/sdl.cpp b/core/sdl/sdl.cpp index 0cc1628b2..1dd2151c0 100644 --- a/core/sdl/sdl.cpp +++ b/core/sdl/sdl.cpp @@ -180,7 +180,7 @@ void input_sdl_init() checkRawInput(); #endif -#ifdef __SWITCH +#ifdef __SWITCH__ // open CONTROLLER_PLAYER_1 and CONTROLLER_PLAYER_2 // when railed, both joycons are mapped to joystick #0, // else joycons are individually mapped to joystick #0, joystick #1, ...