mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Set directories in headless on Windows.
Caused some tests to fail.
This commit is contained in:
parent
badf33a872
commit
04f1df4415
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ int main(int argc, const char* argv[])
|
|||
g_Config.iInternalResolution = 1;
|
||||
g_Config.bFrameSkipUnthrottle = false;
|
||||
|
||||
InitSysDirectories();
|
||||
#if defined(ANDROID)
|
||||
#elif defined(BLACKBERRY) || defined(__SYMBIAN32__)
|
||||
#elif !defined(_WIN32)
|
||||
|
|
Loading…
Add table
Reference in a new issue