mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Add Discord Rich Presence support
This commit is contained in:
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
|
Reference in New Issue
Block a user