fix build error

This commit is contained in:
Nikhil Narayana 2022-05-31 20:27:53 -07:00
commit 252fd286ad

View file

@ -180,7 +180,7 @@ void SlippiUser::OpenLogInPage()
bool SlippiUser::UpdateApp()
{
#ifdef defined(__APPLE__) || defined(_WIN32)
#if defined(__APPLE__) || defined(_WIN32)
CriticalAlertT("Dolphin auto updates are not available on standalone builds. Migrate to "
"the Slippi Launcher at your earliest convenience");
return false;