mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-fixed bug that emulators didnt return to wiiflow
This commit is contained in:
parent
b2cef2a34e
commit
3967b7b3c8
@ -637,8 +637,9 @@ void CMenu::_launch(dir_discHdr *hdr)
|
|||||||
string path((char*)hdr->path, size_t(strlen((char*)hdr->path) - title.size()));
|
string path((char*)hdr->path, size_t(strlen((char*)hdr->path) - title.size()));
|
||||||
safe_vector<std::string> arguments;
|
safe_vector<std::string> arguments;
|
||||||
gprintf("Game title: %s\n", title.c_str());
|
gprintf("Game title: %s\n", title.c_str());
|
||||||
if(strstr(path.c_str(), "sd:/") == NULL && strstr(path.c_str(), ":/") != NULL)
|
if(strstr(path.c_str(), ":/") != NULL)
|
||||||
{
|
{
|
||||||
|
if(strstr(path.c_str(), "sd:/") == NULL)
|
||||||
path.erase(3,1);
|
path.erase(3,1);
|
||||||
arguments.push_back(path);
|
arguments.push_back(path);
|
||||||
arguments.push_back(title);
|
arguments.push_back(title);
|
||||||
|
Loading…
Reference in New Issue
Block a user