libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.39k stars 1.84k forks source link

muli softpatching --ips arg #17058

Open gugueU opened 2 months ago

gugueU commented 2 months ago

Hello

Can we link severals ips patches with the --ips command argurment ?

the goal is to have same behavior than here https://docs.libretro.com/guides/softpatching/#

hizzlekizzle commented 2 months ago

I doubt it, but have you tried it?

i30817 commented 2 months ago

If this does happen, it might be worthwhile to combine all the switches into a single one, because it would simplify the user cli interface and to keep the capability to mix multiple formats of softpatches that the filename extension + number approach allows.

Although I guess allowing multiple in order repetitions is also a option --ips a --bps b --ips c etc.