mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00: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:
parent
39465e5fd8
commit
f0d1278eff
3 changed files with 49 additions and 0 deletions
|
@ -182,6 +182,7 @@ void UpdateFPSDisplay(const char *text)
|
|||
bool Init()
|
||||
{
|
||||
g_Config.Load();
|
||||
g_Config.GameIniLoad();
|
||||
|
||||
if (initCount == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue