Add dipswitch for VS games and Mapper105 (NWC)

This commit is contained in:
retro-wertz
2019-05-11 23:11:55 +08:00
parent e4de631ecd
commit f9aa5e5462
10 changed files with 1677 additions and 73 deletions

View File

@@ -0,0 +1,11 @@
#ifndef __VSUNI_DIPSWITCH__
#define __VSUNI_DIPSWITCH__
#include <libretro.h>
void set_dipswitch_variables(unsigned *index, struct retro_variable vars[]);
void update_dipswitch(void);
extern retro_environment_t environ_cb;
#endif /* __VSUNI_DIPSWITCH__ */