SDLControllerInterface: Add option for PS4/PS5 enhanced mode
This commit is contained in:
@ -3169,6 +3169,7 @@ void CommonHostInterface::SetDefaultSettings(SettingsInterface& si)
|
||||
|
||||
si.SetStringValue("Main", "ControllerBackend",
|
||||
ControllerInterface::GetBackendName(ControllerInterface::GetDefaultBackend()));
|
||||
si.SetBoolValue("Main", "ControllerEnhancedMode", false);
|
||||
|
||||
si.SetBoolValue("Display", "InternalResolutionScreenshots", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user