mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-13 19:49:21 +00:00
Merge pull request #4629 from JosJuice/es-movie-title-id
Don't call Movie::SetTitleId from ES
This commit is contained in:
commit
1f1a232546
7 changed files with 60 additions and 76 deletions
|
@ -413,6 +413,7 @@ void RestoreConfig()
|
|||
{
|
||||
SConfig::GetInstance().LoadSettingsFromSysconf();
|
||||
SConfig::GetInstance().m_strGameID = "00000000";
|
||||
SConfig::GetInstance().m_title_id = 0;
|
||||
config_cache.RestoreConfig(&SConfig::GetInstance());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue