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

@@ -29,7 +29,7 @@
#endif
#include "libretro-common/include/streams/memory_stream.h"
#include "dipswitch.h"
#include "libretro_dipswitch.h"
#include "libretro_core_options.h"
#define MAX_PLAYERS 4 /* max supported players */

View File

@@ -9,7 +9,7 @@
#include "../../driver.h"
#include "../../cart.h"
#include "dipswitch.h"
#include "libretro_dipswitch.h"
extern CartInfo iNESCart;