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:
notaz 2007-09-01 12:24:04 +00:00
parent c7a4ff6428
commit 15b55b4ed5
5 changed files with 92 additions and 4 deletions

View file

@ -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