mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-07 03:19:35 -05:00
Implemented safer hooks for D-Pad movement (#129)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user