mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 21:37:20 +00:00
Controller: Allow !compatsettings to always start in analog mode
This commit is contained in:
parent
99f133223c
commit
5577328f35
@ -274,6 +274,9 @@ bool Controller::InCircularDeadzone(float deadzone, float pos_x, float pos_y)
|
|||||||
|
|
||||||
bool Controller::CanStartInAnalogMode(ControllerType ctype)
|
bool Controller::CanStartInAnalogMode(ControllerType ctype)
|
||||||
{
|
{
|
||||||
|
if (!g_settings.apply_compatibility_settings)
|
||||||
|
return true;
|
||||||
|
|
||||||
const GameDatabase::Entry* dbentry = System::GetGameDatabaseEntry();
|
const GameDatabase::Entry* dbentry = System::GetGameDatabaseEntry();
|
||||||
if (!dbentry)
|
if (!dbentry)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user