dipswitch.c: Rename src and header file

- (non function-changing update) just for consistency, append "libretro_" to source file to be consistent with new core option file
This commit is contained in:
retro-wertz
2019-07-21 10:27:26 +08:00
parent be1d0a3dac
commit 8446a7ba58
4 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
#ifndef __VSUNI_DIPSWITCH__
#define __VSUNI_DIPSWITCH__
#include <libretro.h>
size_t set_dipswitch_variables(unsigned current_index, struct retro_core_option_definition *vars);
void update_dipswitch(void);
void DPSW_Cleanup(void);
extern retro_environment_t environ_cb;
#endif /* __VSUNI_DIPSWITCH__ */