Add core option sublabels

This commit is contained in:
retro-wertz
2019-07-20 00:12:02 +08:00
parent 3a4556dec6
commit 3659603d19
4 changed files with 690 additions and 107 deletions

View File

@@ -3,7 +3,7 @@
#include <libretro.h>
void set_dipswitch_variables(unsigned *index, struct retro_variable *vars);
void set_dipswitch_variables(unsigned *index, struct retro_core_option_definition *vars);
void update_dipswitch(void);
extern retro_environment_t environ_cb;