mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 04:38:47 +00:00
Add Discord Rich Presence support
This commit is contained in:
parent
f568e41fac
commit
d5303ddf0b
18 changed files with 203 additions and 8 deletions
12
Source/Core/UICommon/DiscordPresence.h
Normal file
12
Source/Core/UICommon/DiscordPresence.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright 2018 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
void Init();
|
||||
void UpdateDiscordPresence();
|
||||
void Shutdown();
|
||||
} // namespace Discord
|
Loading…
Add table
Add a link
Reference in a new issue