2019-05-11 23:11:55 +08:00
|
|
|
#ifndef __VSUNI_DIPSWITCH__
|
|
|
|
|
#define __VSUNI_DIPSWITCH__
|
|
|
|
|
|
|
|
|
|
#include <libretro.h>
|
|
|
|
|
|
2021-10-19 17:33:56 +01:00
|
|
|
void set_dipswitch_variables(unsigned current_index, struct retro_core_option_v2_definition *vars);
|
2019-05-11 23:11:55 +08:00
|
|
|
void update_dipswitch(void);
|
2019-07-21 09:57:03 +08:00
|
|
|
void DPSW_Cleanup(void);
|
2019-05-11 23:11:55 +08:00
|
|
|
|
|
|
|
|
extern retro_environment_t environ_cb;
|
|
|
|
|
|
|
|
|
|
#endif /* __VSUNI_DIPSWITCH__ */
|