nsis: Fix uninstall path for GameIndex.

This commit is contained in:
lightningterror 2020-12-17 05:52:58 +01:00
parent e168b00ee0
commit 406ef3741c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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")
//