Speed changes - AGAIN

This commit is contained in:
simon.kagstrom 2009-02-21 13:05:29 +00:00
parent 54c033bc61
commit e92e166f77
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

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