Add dipswitch for VS games and Mapper105 (NWC)
This commit is contained in:
11
src/drivers/libretro/dipswitch.h
Normal file
11
src/drivers/libretro/dipswitch.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user