mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
some io stats added
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@232 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c7a4ff6428
commit
15b55b4ed5
5 changed files with 92 additions and 4 deletions
|
@ -4,7 +4,7 @@ dprint = 1
|
|||
# profile = 1
|
||||
|
||||
|
||||
DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK
|
||||
DEFINC = -I../.. -I. -D__GP2X__ -D_UNZIP_SUPPORT -DIO_STATS # -DBENCHMARK
|
||||
GCC = gcc
|
||||
STRIP = strip
|
||||
AS = gcc
|
||||
|
@ -25,7 +25,7 @@ LDFLAGS += `pkg-config --libs gthread-2.0`
|
|||
|
||||
# frontend
|
||||
OBJS += ../gp2x/main.o ../gp2x/menu.o ../gp2x/emu.o ../gp2x/usbjoy.o blit.o \
|
||||
gp2x.o 940ctl_ym2612.o
|
||||
gp2x.o 940ctl_ym2612.o log_io.o
|
||||
|
||||
# common
|
||||
OBJS += ../common/menu.o ../common/fonts.o ../common/readpng.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue