mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build fix.
This commit is contained in:
parent
35c434165b
commit
11a49c05fe
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
|
|||
|
||||
// Load config up here, because those changes below would be overwritten
|
||||
// if it's not loaded here first.
|
||||
g_Config.Load(configFilename, controlsConfigFilename);
|
||||
g_Config.Load(configFilename.c_str(), controlsConfigFilename.c_str());
|
||||
|
||||
// The rest is handled in NativeInit().
|
||||
for (int i = 1; i < __argc; ++i)
|
||||
|
|
Loading…
Add table
Reference in a new issue