mirror of
https://github.com/libretro/beetle-pcfx-libretro.git
synced 2024-11-27 10:20:21 +00:00
Make custom mednafen-libretro.cpp and use that instead - takes out
some needless branches/stuff we don't need
This commit is contained in:
parent
bd327936f9
commit
106326e464
3
Makefile
3
Makefile
@ -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 \
|
||||
|
1519
mednafen-libretro/mednafen-libretro.cpp
Normal file
1519
mednafen-libretro/mednafen-libretro.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user