diff --git a/source/switch/platform.cpp b/source/switch/platform.cpp index 9d8f61d..79f82aa 100644 --- a/source/switch/platform.cpp +++ b/source/switch/platform.cpp @@ -218,7 +218,7 @@ void rebuildSwapchain (unsigned const width_, unsigned const height_) /// \brief Initialize deko3d void deko3dInit () { - padConfigureInput (1, HidNpadStyleSet_NpadStandard); + padConfigureInput (1, HidNpadStyleSet_NpadFullCtrl); padInitializeDefault (&s_padState); hidInitializeTouchScreen ();