Implemented safer hooks for D-Pad movement (#129)

This commit is contained in:
Hyper
2025-01-19 15:01:11 +00:00
committed by GitHub
parent cdd801dcec
commit b56c0b8209
8 changed files with 87 additions and 69 deletions
-1
View File
@@ -894,7 +894,6 @@ static void DrawConfigOptions()
DrawConfigOption(rowCount++, yOffset, &Config::InvertCameraY, true);
DrawConfigOption(rowCount++, yOffset, &Config::Vibration, true);
DrawConfigOption(rowCount++, yOffset, &Config::AllowBackgroundInput, true);
DrawConfigOption(rowCount++, yOffset, &Config::AllowDPadMovement, true);
DrawConfigOption(rowCount++, yOffset, &Config::ControllerIcons, true);
break;