mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Don't call Movie::SetTitleId from ES
Movie basically just wants to get the title ID of the initally booted game, so let's set the title ID in ConfigManager at boot like we do with the regular game ID. Aside from being cleaner, this should make the approach to title IDs compatible with booting non-disc software (WADs).
This commit is contained in:
@ -405,6 +405,7 @@ void RestoreConfig()
|
||||
{
|
||||
SConfig::GetInstance().LoadSettingsFromSysconf();
|
||||
SConfig::GetInstance().m_strGameID = "00000000";
|
||||
SConfig::GetInstance().m_title_id = 0;
|
||||
config_cache.RestoreConfig(&SConfig::GetInstance());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user