libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 55 forks source link

Add support for RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE API extension - enables soft patching of non-CD content #189

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

This PR adds support for the new libretro RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE API extension introduced here: libretro/RetroArch#12473

Using this extension, the core's need_fullpath requirement is suspended for .pce content.

As a result:

Closes #153