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:
parent
83db7615da
commit
b4527a3421
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue