mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
D3D: load game ini options, to be used later.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4249 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -182,6 +182,7 @@ void UpdateFPSDisplay(const char *text)
|
||||
bool Init()
|
||||
{
|
||||
g_Config.Load();
|
||||
g_Config.GameIniLoad();
|
||||
|
||||
if (initCount == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user