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));
|
||||
|
||||
char *winpos = strstr(path_buffer, "Windows");
|
||||
if (winpos)
|
||||
*winpos = 0;
|
||||
strcat(path_buffer, "dummy.txt");
|
||||
|
||||
_splitpath_s(path_buffer, drive, dir, file, ext );
|
||||
|
||||
// Mount a couple of filesystems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue