mirror of https://github.com/PCSX2/pcsx2.git
nsis: Fix uninstall path for GameIndex.
This commit is contained in:
parent
e168b00ee0
commit
406ef3741c
|
@ -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"
|
||||
|
|
|
@ -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")
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue