You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duckstation: preset an extra options, add license link
Set the Memcard 1 save as "Save Ram (libretro .srm)" instead of the native "<game>_1.mcd" file. Should make easier consistent with other libretro cores behavior.
License link updated, taken from https://github.com/stenzek/duckstation#libretro-core.
Copy file name to clipboardExpand all lines: scriptmodules/libretrocores/lr-duckstation.sh
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
12
12
rp_module_id="lr-duckstation"
13
13
rp_module_desc="PlayStation emulator - Duckstation for libretro"
14
-
rp_module_help="ROM Extensions: .exe .cue .bin .chd .psf .m3u .pbp\n\nCopy your PlayStation roms to $romdir/psx\n\nCopy compatble BIOS files to $biosdir"
15
-
rp_module_licence="PROP"
14
+
rp_module_help="ROM Extensions: .exe .cue .bin .chd .psf .m3u .pbp\n\nCopy your PlayStation roms to $romdir/psx\n\nCopy compatible BIOS files to $biosdir"
0 commit comments