Default setting for "Ignore Joy Axes" is now ON. Fixed crash in Para demonstation.
This commit is contained in:
@@ -31,7 +31,7 @@ PrefsManager::PrefsManager()
|
||||
m_iDisplayResolution = 640;
|
||||
m_iTextureResolution = 1024;
|
||||
m_iRefreshRate = RageDisplay::REFRESH_DEFAULT;
|
||||
m_bIgnoreJoyAxes = false;
|
||||
m_bIgnoreJoyAxes = true;
|
||||
m_bOnlyDedicatedMenuButtons = false;
|
||||
#ifdef _DEBUG
|
||||
m_bShowStats = true;
|
||||
|
||||
Reference in New Issue
Block a user