This commit is contained in:
erorcun
2021-01-04 16:05:49 +03:00
parent 362f2b5ec4
commit ae388c48d0
3 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,6 @@ void LoadINISettings()
void SaveINISettings()
{
bool changed = false;
char temp[4];
#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
if (strncmp(cfg.get("DetectJoystick", "JoystickName", "").c_str(), gSelectedJoystickName, strlen(gSelectedJoystickName)) != 0) {