Closed jdgleaver closed 3 years ago
This PR adds support for the new libretro RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE API extension introduced here: libretro/RetroArch#12473
RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE
Using this extension, the core's need_fullpath requirement is suspended for content of the following file types: .gen, .smd, .md, .32x, .sms
need_fullpath
.gen
.smd
.md
.32x
.sms
As a result:
This PR adds support for the new libretro
RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE
API extension introduced here: libretro/RetroArch#12473Using this extension, the core's
need_fullpath
requirement is suspended for content of the following file types:.gen
,.smd
,.md
,.32x
,.sms
As a result: