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:
@@ -57,4 +57,4 @@ endif
|
|||||||
SOURCES_C += \
|
SOURCES_C += \
|
||||||
$(CORE_DIR)/ines.c \
|
$(CORE_DIR)/ines.c \
|
||||||
$(CORE_DIR)/unif.c $(CORE_DIR)/x6502.c \
|
$(CORE_DIR)/unif.c $(CORE_DIR)/x6502.c \
|
||||||
$(CORE_DIR)/drivers/libretro/dipswitch.c
|
$(CORE_DIR)/drivers/libretro/libretro_dipswitch.c
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "libretro-common/include/streams/memory_stream.h"
|
#include "libretro-common/include/streams/memory_stream.h"
|
||||||
#include "dipswitch.h"
|
#include "libretro_dipswitch.h"
|
||||||
#include "libretro_core_options.h"
|
#include "libretro_core_options.h"
|
||||||
|
|
||||||
#define MAX_PLAYERS 4 /* max supported players */
|
#define MAX_PLAYERS 4 /* max supported players */
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../cart.h"
|
#include "../../cart.h"
|
||||||
|
|
||||||
#include "dipswitch.h"
|
#include "libretro_dipswitch.h"
|
||||||
|
|
||||||
extern CartInfo iNESCart;
|
extern CartInfo iNESCart;
|
||||||
|
|
||||||
Reference in New Issue
Block a user