mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
BootManager: Remove unnecessary LoadGameIni condition
This commit is contained in:
@ -98,7 +98,6 @@ bool BootCore(const std::string& _rFilename)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Load game specific settings
|
// Load game specific settings
|
||||||
if (StartUp.GetUniqueID().size() == 6)
|
|
||||||
{
|
{
|
||||||
IniFile game_ini = StartUp.LoadGameIni();
|
IniFile game_ini = StartUp.LoadGameIni();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user