diff --git a/nsis/SectionUninstaller.nsh b/nsis/SectionUninstaller.nsh index dbc66bb12a..cf6088dd47 100644 --- a/nsis/SectionUninstaller.nsh +++ b/nsis/SectionUninstaller.nsh @@ -41,7 +41,7 @@ SectionIn RO Delete "$DESKTOP\${APP_NAME}.lnk" Delete "$SMPROGRAMS\${APP_NAME}.lnk" - Delete "$INSTDIR\GameIndex.dbf" + Delete "$INSTDIR\GameIndex.yaml" Delete "$INSTDIR\cheats_ws.zip" Delete "$INSTDIR\PCSX2_keys.ini.default" Delete "$INSTDIR\pcsx2.exe" diff --git a/pcsx2/Patch.h b/pcsx2/Patch.h index 7901a5259f..01deb51dc8 100644 --- a/pcsx2/Patch.h +++ b/pcsx2/Patch.h @@ -24,7 +24,7 @@ // - At the "cheats_ws" folder or inside "cheats_ws.zip" (the zip also called "widescreen cheats DB") // - the latter is searched if the former is not found for a CRC // - UI name: "Widescreen hacks/patches", controlled via system -> enable widescreen patches -// - At GameIndex.DBF inside a [patches] section +// - At GameIndex.yaml inside a [patches] section // - UI name: "Patches", controlled via system -> enable automatic game fixes // - note that automatic game fixes also controls automatic config changes from GameIndex.dbf (UI name: "fixes") //