Update core options to v2 format (add category support)

This commit is contained in:
jdgleaver
2021-10-19 17:33:56 +01:00
parent db2f0f7f9d
commit 0c82e4c73e
7 changed files with 1570 additions and 403 deletions

View File

@@ -3,7 +3,7 @@
#include <libretro.h>
size_t set_dipswitch_variables(unsigned current_index, struct retro_core_option_definition *vars);
void set_dipswitch_variables(unsigned current_index, struct retro_core_option_v2_definition *vars);
void update_dipswitch(void);
void DPSW_Cleanup(void);