mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
23af3e8 from ishii
This commit is contained in:
parent
42950d09ac
commit
09293d7fcf
1 changed files with 4 additions and 0 deletions
|
@ -112,8 +112,12 @@ void SlippiUser::OpenLogInPage()
|
||||||
|
|
||||||
std::string url = "https://slippi.gg/online/enable";
|
std::string url = "https://slippi.gg/online/enable";
|
||||||
std::string path = getUserFilePath();
|
std::string path = getUserFilePath();
|
||||||
|
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
#else
|
||||||
path = ReplaceAll(path, "\\", folderSep);
|
path = ReplaceAll(path, "\\", folderSep);
|
||||||
path = ReplaceAll(path, "/", folderSep);
|
path = ReplaceAll(path, "/", folderSep);
|
||||||
|
#endif
|
||||||
std::string fullUrl = url + "?path=" + path;
|
std::string fullUrl = url + "?path=" + path;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue