Fix a typo in config description

This commit is contained in:
Rolel 42
2025-12-28 16:35:06 +01:00
committed by GitHub
parent ab20dd9420
commit cf33403979
+1 -1
View File
@@ -120,7 +120,7 @@ void createDefaultIni(const char *filePath)
fprintf(file, "# Hacky way to make MJ4 and AxA work at prohibited times\nMJ4_ENABLED_ALL_THE_TIME = %s\n\n",
defaults.mj4EnabledAtT ? "true" : "false");
fprintf(file, "# House of the dead 4 speed fix, set the frequency of your CPU in Ghz\nCPU_FREQ_GHZ = %.1f\n\n", defaults.cpuFreqGhz);
fprintf(file, "# Set to true if you want to chnge the way the guns are show in Rambo\n");
fprintf(file, "# Set to true if you want to change the way the guns are show in Rambo\n");
fprintf(file, "RAMBO_GUNS_SWITCH = false\n\n");
fprintf(file, "# Set to true to set the language in Chinese for ID5 DVP-0084 and DVP-0084A\n");
fprintf(file, "ID5_CHINESE_LANGUAGE = %s\n\n", defaults.id5ChineseLanguage ? "true" : "false");