mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 12:56:59 +01:00
Speed changes - AGAIN
This commit is contained in:
parent
54c033bc61
commit
e92e166f77
2
Makefile
2
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
|
# 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
|
# list of directories containing libraries, this must be the top level containing
|
||||||
|
@ -363,9 +363,9 @@ void C64::other_options(Prefs *np)
|
|||||||
int submenus[3] = { np->DisplayOption, 0, !np->Emul1541Proc };
|
int submenus[3] = { np->DisplayOption, 0, !np->Emul1541Proc };
|
||||||
|
|
||||||
|
|
||||||
#define SPEED_95 33
|
#define SPEED_95 30
|
||||||
#define SPEED_100 28
|
#define SPEED_100 20
|
||||||
#define SPEED_110 25
|
#define SPEED_110 16
|
||||||
|
|
||||||
switch (np->MsPerFrame)
|
switch (np->MsPerFrame)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user