mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2025-02-06 09:28:42 +00:00
libretro.cpp becomes the public interface instead of mednafen core/corename.cpp -
alternative frontends that don't implement the libretro API directly will instead have to use libretro as a glue layer for their own API
This commit is contained in:
parent
aa42414fb1
commit
363e4b492a
3
Makefile
3
Makefile
@ -43,8 +43,7 @@ endif
|
||||
NEED_THREADING = 1
|
||||
CORE_DEFINE := -DWANT_PSX_EMU
|
||||
CORE_DIR := $(MEDNAFEN_DIR)/psx
|
||||
CORE_SOURCES := $(CORE_DIR)/psx.cpp \
|
||||
$(CORE_DIR)/irq.cpp \
|
||||
CORE_SOURCES := $(CORE_DIR)/irq.cpp \
|
||||
$(CORE_DIR)/timer.cpp \
|
||||
$(CORE_DIR)/dma.cpp \
|
||||
$(CORE_DIR)/frontio.cpp \
|
||||
|
@ -48,8 +48,7 @@ ifeq ($(core), psx)
|
||||
NEED_TREMOR = 1
|
||||
CORE_DEFINE := -DWANT_PSX_EMU
|
||||
CORE_DIR := $(MEDNAFEN_DIR)/psx
|
||||
CORE_SOURCES := $(CORE_DIR)/psx.cpp \
|
||||
$(CORE_DIR)/irq.cpp \
|
||||
CORE_SOURCES := $(CORE_DIR)/irq.cpp \
|
||||
$(CORE_DIR)/timer.cpp \
|
||||
$(CORE_DIR)/dma.cpp \
|
||||
$(CORE_DIR)/frontio.cpp \
|
||||
|
2089
libretro.cpp
2089
libretro.cpp
File diff suppressed because it is too large
Load Diff
2277
mednafen/psx/psx.cpp
2277
mednafen/psx/psx.cpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user