Emulator: set useDPadAsActionKeys flag with DISABLE_TOUCH (#13769)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

This commit is contained in:
David
2025-05-11 08:09:06 +01:00
committed by GitHub
parent 27716da7c1
commit be7b8b4358

View File

@@ -70,6 +70,7 @@ local Device = Generic:extend{
hasKeys = yes,
hasSymKey = os.getenv("DISABLE_TOUCH") == "1" and yes or no,
hasDPad = yes,
useDPadAsActionKeys = os.getenv("DISABLE_TOUCH") == "1" and yes or no,
hasWifiToggle = no,
hasSeamlessWifiToggle = no,
isTouchDevice = yes,