mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
OpenXR - Hide options which are not relevant for VR
This commit is contained in:
@@ -993,7 +993,13 @@ static ConfigSetting controlSettings[] = {
|
||||
#if defined(USING_WIN_UI)
|
||||
ConfigSetting("IgnoreWindowsKey", &g_Config.bIgnoreWindowsKey, false, true, true),
|
||||
#endif
|
||||
|
||||
#ifdef OPENXR
|
||||
g_Config.bShowTouchControls = false,
|
||||
#else
|
||||
ConfigSetting("ShowTouchControls", &g_Config.bShowTouchControls, &DefaultShowTouchControls, true, true),
|
||||
#endif
|
||||
|
||||
// ConfigSetting("KeyMapping", &g_Config.iMappingMap, 0),
|
||||
|
||||
#ifdef MOBILE_DEVICE
|
||||
|
||||
Reference in New Issue
Block a user