mirror of https://github.com/snes9xgit/snes9x.git
Mac: set the default video mode to blocky
This commit is contained in:
parent
757cf7a347
commit
2ce70f130c
|
@ -125,7 +125,7 @@ bool8 fullscreen = false,
|
||||||
multiprocessor = false,
|
multiprocessor = false,
|
||||||
ciFilterEnable = false;
|
ciFilterEnable = false;
|
||||||
long drawingMethod = kDrawingOpenGL;
|
long drawingMethod = kDrawingOpenGL;
|
||||||
int videoMode = VIDEOMODE_SMOOTH;
|
int videoMode = VIDEOMODE_BLOCKY;
|
||||||
|
|
||||||
SInt32 macSoundVolume = 80; // %
|
SInt32 macSoundVolume = 80; // %
|
||||||
uint32 macSoundBuffer_ms = 80; // ms
|
uint32 macSoundBuffer_ms = 80; // ms
|
||||||
|
|
Loading…
Reference in New Issue