mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Use the root of the memstick as a tempdir for downloads. Should help #8711
This commit is contained in:
parent
1ac51f952d
commit
b1a530b3a5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ std::string GameManager::GetTempFilename() const {
|
|||
GetTempFileName(tempPath, L"PSP", 1, buffer);
|
||||
return ConvertWStringToUTF8(buffer);
|
||||
#else
|
||||
return g_Config.externalDirectory + "/ppsspp.dl";
|
||||
return g_Config.memStickDirectory + "/ppsspp.dl";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue