Skip to content

Commit

Permalink
(UWP) Build Fix (#14241)
Browse files Browse the repository at this point in the history
  • Loading branch information
GABO1423 authored Jul 29, 2022
1 parent 052cdce commit bcd921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwp/uwp_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit bcd921b

Please sign in to comment.