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) {