Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jun 1, 2022
1 parent 14c0f9c commit 252fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Slippi/SlippiUser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 252fd28

Please sign in to comment.