mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-07 20:26:36 +00:00
Merge branch 'master' of github.com:Themaister/SSNES
This commit is contained in:
commit
ee43531a99
@ -179,7 +179,7 @@ static const bool font_enable = true;
|
||||
// This value should stay close to 60Hz to avoid large pitch changes.
|
||||
// If your monitor does not run at 60Hz, or something close to it, disable VSync,
|
||||
// and leave this at its default.
|
||||
#ifdef __CELLOS_LV2__
|
||||
#if defined(__CELLOS_LV2__) || defined(XENON)
|
||||
static const float refresh_rate = 59.92;
|
||||
#else
|
||||
static const float refresh_rate = 59.95;
|
||||
|
@ -99,7 +99,8 @@ static void set_defaults(void)
|
||||
def_audio = "ext";
|
||||
break;
|
||||
case AUDIO_XENON360:
|
||||
def_audio = "xenon360";
|
||||
def_audio = "xenon360";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user