Libretro: Disable OSD message when loading game

This commit is contained in:
Sour 2020-03-27 20:07:13 -04:00
parent 1015ed6850
commit 1277427f2f

View file

@ -86,6 +86,7 @@ extern "C" {
_console->GetSettings()->SetAudioConfig(audioConfig);
PreferencesConfig preferences = _console->GetSettings()->GetPreferences();
preferences.DisableOsd = true;
preferences.RewindBufferSize = 0;
_console->GetSettings()->SetPreferences(preferences);
}