mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3300 from thedax/fixWin32Folders
Win32: Fix flash0/memstick folder locations.
This commit is contained in:
commit
a526b7ca7c
1 changed files with 0 additions and 5 deletions
|
@ -330,11 +330,6 @@ void GetSysDirectories(std::string &memstickpath, std::string &flash0path) {
|
||||||
|
|
||||||
GetModuleFileName(NULL,path_buffer,sizeof(path_buffer));
|
GetModuleFileName(NULL,path_buffer,sizeof(path_buffer));
|
||||||
|
|
||||||
char *winpos = strstr(path_buffer, "Windows");
|
|
||||||
if (winpos)
|
|
||||||
*winpos = 0;
|
|
||||||
strcat(path_buffer, "dummy.txt");
|
|
||||||
|
|
||||||
_splitpath_s(path_buffer, drive, dir, file, ext );
|
_splitpath_s(path_buffer, drive, dir, file, ext );
|
||||||
|
|
||||||
// Mount a couple of filesystems
|
// Mount a couple of filesystems
|
||||||
|
|
Loading…
Add table
Reference in a new issue