mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
First dummy input implementation
This commit is contained in:
parent
8b65c92f1f
commit
e22b24b81a
5 changed files with 317 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -239,6 +239,8 @@ ifeq "$(PLATFORM)" "ps2"
|
|||
CFLAGS += -DUSE_BGR555 # -DLOG_TO_FILE
|
||||
LDLIBS += -lpatches -lgskit -ldmakit -lps2_drivers
|
||||
OBJS += platform/ps2/plat.o
|
||||
OBJS += platform/ps2/emu.o
|
||||
OBJS += platform/ps2/in_ps2.o
|
||||
USE_FRONTEND = 1
|
||||
endif
|
||||
ifeq "$(PLATFORM)" "libretro"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue