mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
unified menu wip and some reorganization for it
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@638 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
13b692eb4e
commit
24b24674ae
10 changed files with 487 additions and 102 deletions
|
@ -3,11 +3,11 @@
|
|||
use_musashi = 1
|
||||
#use_fame = 1
|
||||
#use_mz80 = 1
|
||||
|
||||
# profile = 1
|
||||
#profile = 1
|
||||
fake_in_gp2x = 1
|
||||
|
||||
|
||||
DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT -DIO_STATS -DIN_EVDEV -DIN_GP2X -DFAKE_IN_GP2X # -DBENCHMARK
|
||||
DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT -DIO_STATS -DIN_EVDEV # -DBENCHMARK
|
||||
GCC = gcc
|
||||
STRIP = strip
|
||||
AS = gcc
|
||||
|
@ -27,9 +27,14 @@ COPT += `pkg-config --cflags gthread-2.0`
|
|||
LDFLAGS += `pkg-config --libs gthread-2.0`
|
||||
|
||||
# frontend
|
||||
OBJS += platform/gp2x/main.o platform/gp2x/menu.o platform/gp2x/emu.o usbjoy.o blit.o \
|
||||
in_evdev.o sndout_oss.o gp2x.o 940ctl_ym2612.o log_io.o \
|
||||
platform/gp2x/in_gp2x.o
|
||||
OBJS += platform/gp2x/main.o platform/gp2x/emu.o platform/gp2x/plat.o usbjoy.o blit.o \
|
||||
in_evdev.o sndout_oss.o gp2x.o 940ctl_ym2612.o log_io.o
|
||||
# platform/gp2x/menu.o
|
||||
|
||||
ifeq "$(fake_in_gp2x)" "1"
|
||||
DEFINC += -DIN_GP2X -DFAKE_IN_GP2X
|
||||
OBJS += platform/gp2x/in_gp2x.o
|
||||
endif
|
||||
|
||||
# common
|
||||
OBJS += platform/common/emu.o platform/common/menu.o platform/common/config.o platform/common/fonts.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue