mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
fix build error
This commit is contained in:
parent
14c0f9cf4d
commit
252fd286ad
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void SlippiUser::OpenLogInPage()
|
||||||
|
|
||||||
bool SlippiUser::UpdateApp()
|
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 "
|
CriticalAlertT("Dolphin auto updates are not available on standalone builds. Migrate to "
|
||||||
"the Slippi Launcher at your earliest convenience");
|
"the Slippi Launcher at your earliest convenience");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue