diff options
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index e4096d8501..1b35ac8809 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -105,6 +105,13 @@ void Host_UpdateProgressDialog(const char* caption, int position, int total) { } +void Host_TitleChanged() +{ +#ifdef USE_DISCORD_PRESENCE + Discord::UpdateDiscordPresence(); +#endif +} + static std::unique_ptr<Platform> GetPlatform(const optparse::Values& options) { std::string platform_name = static_cast<const char*>(options.get("platform")); |
