Speed slider size and value display ok. TODO: make the mouse hold work, save EmuSpeed setting in config file and bind it to current code.

This commit is contained in:
grinvader
2005-05-14 13:39:55 +00:00
parent 5bb6f33d5c
commit af7dacccf7
3 changed files with 217 additions and 232 deletions

View File

@@ -139,8 +139,8 @@ unsigned char *spc7110romptr;
unsigned char MusicRelVol = 75;
unsigned char MusicVol = 0;
unsigned char MMXextSupport = 0;
unsigned char EmuSpeed = 15;
unsigned char MMXextSupport = 0;
unsigned char EmuSpeed = 29; // 29 = 1x, 0 = /30 and 58 = 30x
void outofmemory();
void init();