mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-09 19:27:32 -03:00
Fix compilation error when ENABLE_DISCORD_RPC is not set
This commit is contained in:
parent
b87465fd8a
commit
43c9a4eccd
1 changed files with 1 additions and 1 deletions
|
@ -334,8 +334,8 @@ MainWindow::MainWindow()
|
|||
|
||||
LoadSettings();
|
||||
|
||||
#ifdef ENABLE_DISCORD_RPC
|
||||
auto& config = GetConfig();
|
||||
#ifdef ENABLE_DISCORD_RPC
|
||||
if (config.use_discord_presence)
|
||||
m_discord = std::make_unique<DiscordPresence>();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue