From d648a8dca73676036e0907d21da1ca50feedb2b0 Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Wed, 30 Dec 2020 13:42:43 -0500 Subject: [PATCH] Only allow full-control styles --- source/switch/platform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();