1
0
Fork 0
forked from len0rd/rockbox

Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for better simulation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5922 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-02-11 23:56:38 +00:00
parent 83db7615da
commit b4527a3421
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ no_configure:
endif
DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \
$(TARGET) -DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES)
$(TARGET) -DAPPSVERSION=\"$(VERSION)\" -DMEM=${MEMORYSIZE} $(EXTRA_DEFINES)
LDFLAGS = -lgdi32 -luser32