mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
fix: AutoUpdate check due to missing include
This commit is contained in:
parent
2fcbf085a1
commit
340a8df17f
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
#ifdef USE_DISCORD_PRESENCE
|
#ifdef USE_DISCORD_PRESENCE
|
||||||
#include "UICommon/DiscordPresence.h"
|
#include "UICommon/DiscordPresence.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include <UICommon/AutoUpdate.h>
|
||||||
|
|
||||||
constexpr int AUTO_UPDATE_DISABLE_INDEX = 0;
|
constexpr int AUTO_UPDATE_DISABLE_INDEX = 0;
|
||||||
constexpr int AUTO_UPDATE_BETA_INDEX = 1;
|
constexpr int AUTO_UPDATE_BETA_INDEX = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue