mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 09:40:44 +00:00
cfo fix
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user