Closed jdgleaver closed 3 years ago
On recent versions of RetroArch the core options are currently falling back to v0 format (missing sublabels) due to a trivial 'supported version check' error in libretro_core_options.h. This PR fixes the issue.
libretro_core_options.h
On recent versions of RetroArch the core options are currently falling back to v0 format (missing sublabels) due to a trivial 'supported version check' error in
libretro_core_options.h
. This PR fixes the issue.