From b4527a342144b1cbdba9d88fa220739a83997f85 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 11 Feb 2005 23:56:38 +0000 Subject: 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 --- uisimulator/win32/Makefile | 2 +- uisimulator/x11/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 316f44c900..e7d118cd5a 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -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 diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 3055ca99b5..7b86ee2f5b 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -53,7 +53,7 @@ no_configure: endif DEFINES := -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \ -$(TARGET) -DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) +$(TARGET) -DAPPSVERSION=\"$(VERSION)\" -DMEM=${MEMORYSIZE} $(EXTRA_DEFINES) # Use this for simulator-only files INCLUDES = -I. -I$(EXPORT) -I$(APPSDIR) -I$(MACHINEDIR) -I$(SIMCOMMON) -I$(OBJDIR) -I$(PLUGINDIR)/lib -- cgit