Browse Source
remove dbg stuff
Signed-off-by: crueter <crueter@eden-emu.dev>
fix/discord-rpc
crueter
2 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
0 additions and
3 deletions
-
src/qt_common/discord/discord_impl.cpp
|
|
|
@ -13,7 +13,6 @@ |
|
|
|
|
|
|
|
#include <discord_rpc.h>
|
|
|
|
#include <fmt/format.h>
|
|
|
|
#include <qdebug.h>
|
|
|
|
|
|
|
|
#include "common/common_types.h"
|
|
|
|
#include "common/string_util.h"
|
|
|
|
@ -88,8 +87,6 @@ void DiscordImpl::UpdateGameStatus(bool use_default) { |
|
|
|
presence.details = "Currently in game"; |
|
|
|
presence.startTimestamp = start_time; |
|
|
|
Discord_UpdatePresence(&presence); |
|
|
|
|
|
|
|
qDebug() << "game status updated"; |
|
|
|
} |
|
|
|
|
|
|
|
void DiscordImpl::Update() { |
|
|
|
|