libretro / tyrquake

Libretro port of Tyrquake (Quake 1 engine)
GNU General Public License v2.0
42 stars 46 forks source link

Fix core options version detection #110

Closed jdgleaver closed 3 years ago

jdgleaver commented 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.