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:
@@ -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 */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "../../driver.h"
|
||||
#include "../../cart.h"
|
||||
|
||||
#include "dipswitch.h"
|
||||
#include "libretro_dipswitch.h"
|
||||
|
||||
extern CartInfo iNESCart;
|
||||
|
||||
Reference in New Issue
Block a user