Actions
Emulator Issues #1682
closedloading configs twice
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
i'm getting:
N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
N[BOOT]: Starting application
N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
line 366 of Main.cpp is calling SConfig::GetInstance().LoadSettings();
But when SConfig is 1st instantiated, it already calls LoadSettgins();
So i believe it's safe to remove line 366 from Main.cpp
Updated by Anonymous almost 15 years ago
- Status changed from New to Fixed
This issue was closed by revision r4604.
Actions