(UWP) Build Fix (#14241)

This commit is contained in:
GABO1423 2022-07-29 01:21:47 -04:00 committed by GitHub
parent 052cdce29b
commit bcd921b012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());