libretro-mirrors / beetle-saturn-libretro

Standalone port of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
62 stars 42 forks source link

core does not support absolute paths for m3u files (like PSX core does) #104

Closed prataczak closed 6 years ago

prataczak commented 6 years ago

Hi, I use a front end with RocketLauncher, and RocketLauncher has this beautifully written module that automatically writes m3u files, and allows you to swap discs from the built in Pause menu. It works flawlessly with the PSX core.

However, the Saturn core crashes when you try to load an m3u with absolute paths. It is crucial for this to work, that the core allows absolute paths in the m3u files. The specific line in the "mednafen-09x.cfg" file is this:

;Enable untrusted file-inclusion path security check. filesys.untrusted_fip_check 0

If someone could get this working, I would be very appreciative.

prataczak commented 6 years ago

retrowertz fixed this, thanks.