mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Discord Rich Presence CMake integration
I have no idea if this works or not. Hopefully the build bot will tell me.
This commit is contained in:

committed by
Sleepy Flower Girl

parent
57bd13a0ce
commit
63f03455f3
14
Source/Core/Core/Config/UISettings.cpp
Normal file
14
Source/Core/Core/Config/UISettings.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright 2018 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included
|
||||
|
||||
#include "Core/Config/UISettings.h"
|
||||
|
||||
namespace Config
|
||||
{
|
||||
// UI.General
|
||||
|
||||
const ConfigInfo<bool> MAIN_USE_DISCORD_PRESENCE{{System::Main, "General", "UseDiscordPresence"},
|
||||
true};
|
||||
|
||||
} // namespace Config
|
Reference in New Issue
Block a user