mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
(UWP) Build Fix (#14241)
This commit is contained in:
parent
052cdce29b
commit
bcd921b012
@ -710,7 +710,7 @@ void App::ParseProtocolArgs(Windows::ApplicationModel::Activation::IActivatedEve
|
||||
//this allows a frotend to quit RetroArch, which in turn allows it to launch a different game.
|
||||
CoreApplication::Exit();
|
||||
}
|
||||
else if (arg->Name == "cmd" && m_initalized == false)
|
||||
else if (arg->Name == "cmd" && m_initialized == false)
|
||||
{
|
||||
std::wstring wsValue(arg->Value->ToString()->Data());
|
||||
std::string strValue(wsValue.begin(), wsValue.end());
|
||||
|
Loading…
x
Reference in New Issue
Block a user