Libretro: Disable OSD message when loading game
This commit is contained in:
parent
1015ed6850
commit
1277427f2f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue