mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Add Discord presence ioctlv to /dev/dolphin
This commit is contained in:
parent
7d2d5d914b
commit
f9e39cf200
10 changed files with 254 additions and 2 deletions
|
@ -25,6 +25,19 @@ void Host_Message(HostMessageID)
|
|||
void Host_UpdateTitle(const std::string&)
|
||||
{
|
||||
}
|
||||
void Host_UpdateDiscordClientID(const std::string& client_id)
|
||||
{
|
||||
}
|
||||
bool Host_UpdateDiscordPresenceRaw(const std::string& details, const std::string& state,
|
||||
const std::string& large_image_key,
|
||||
const std::string& large_image_text,
|
||||
const std::string& small_image_key,
|
||||
const std::string& small_image_text,
|
||||
const int64_t start_timestamp, const int64_t end_timestamp,
|
||||
const int party_size, const int party_max)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
void Host_UpdateDisasmDialog()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue