Make custom mednafen-libretro.cpp and use that instead - takes out

some needless branches/stuff we don't need
This commit is contained in:
TwinAphex51224 2012-09-22 18:51:53 +02:00
parent bd327936f9
commit 106326e464
2 changed files with 1521 additions and 1 deletions

View File

@ -38,6 +38,7 @@ endif
MEDNAFEN_DIR := mednafen
MEDNAFEN_LIBRETRO_DIR := mednafen-libretro
PSX_DIR := $(MEDNAFEN_DIR)/psx
PSX_SOURCES := $(PSX_DIR)/psx.cpp \
@ -60,7 +61,7 @@ PSX_SOURCES := $(PSX_DIR)/psx.cpp \
$(PSX_DIR)/input/mouse.cpp
MEDNAFEN_SOURCES := $(MEDNAFEN_DIR)/cdrom/cdromif.cpp \
$(MEDNAFEN_DIR)/mednafen.cpp \
$(MEDNAFEN_LIBRETRO_DIR)/mednafen-libretro.cpp \
$(MEDNAFEN_DIR)/PSFLoader.cpp \
$(MEDNAFEN_DIR)/error.cpp \
$(MEDNAFEN_DIR)/math_ops.cpp \

File diff suppressed because it is too large Load Diff