From e92e166f77577fb5947d9b240d64079a25447349 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 21 Feb 2009 13:05:29 +0000 Subject: [PATCH] Speed changes - AGAIN --- Makefile | 2 +- Src/C64_SDL.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 58dd955..8634616 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ LDFLAGS = -L$(DEVKITPRO)/SDL/lib -g $(MACHDEP) -Wl,-Map,$(notdir $@).map #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lSDL_ttf -ljpeg -lpng -lz -lSDL -lfreetype -lfat -lwiiuse -lbte -logc -lm +LIBS := -lSDL_ttf -lpng -lz -lSDL -lfreetype -lfat -lwiiuse -lbte -logc -lm #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index 0b26671..e7f4bb3 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -363,9 +363,9 @@ void C64::other_options(Prefs *np) int submenus[3] = { np->DisplayOption, 0, !np->Emul1541Proc }; -#define SPEED_95 33 -#define SPEED_100 28 -#define SPEED_110 25 +#define SPEED_95 30 +#define SPEED_100 20 +#define SPEED_110 16 switch (np->MsPerFrame) {