mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 15:38:59 +00:00
smol fix 2
This commit is contained in:
parent
f9f854c4a8
commit
43631ba203
2 changed files with 2 additions and 2 deletions
|
@ -919,7 +919,7 @@ void _InputInitialiseJoys()
|
||||||
free(db);
|
free(db);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
} else
|
} else
|
||||||
printf("You don't seem to have copied " SDL_GAMEPAD_DB_PATH " file from re3/gamefiles to GTA3 directory. Some gamepads may not be recognized.\n");
|
printf("You don't seem to have copied " SDL_GAMEPAD_DB_PATH " file from reVC/gamefiles to GTA: Vice City directory. Some gamepads may not be recognized.\n");
|
||||||
|
|
||||||
#undef SDL_GAMEPAD_DB_PATH
|
#undef SDL_GAMEPAD_DB_PATH
|
||||||
|
|
||||||
|
|
|
@ -1498,7 +1498,7 @@ psSelectDevice()
|
||||||
#ifdef DEFAULT_NATIVE_RESOLUTION
|
#ifdef DEFAULT_NATIVE_RESOLUTION
|
||||||
GcurSelVM = 1;
|
GcurSelVM = 1;
|
||||||
#else
|
#else
|
||||||
MessageBox(nil, "Cannot find 640x480 video mode", "GTA3", MB_OK);
|
MessageBox(nil, "Cannot find 640x480 video mode", "GTA: Vice City", MB_OK);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue