From 20de634a06c0053aad4b1a0017cae4ed023b6e94 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:51:19 +1000 Subject: Improve Discord activity info requested by Omeruin! --- source/platform/StarP2PNetworkingService.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/platform/StarP2PNetworkingService.hpp') diff --git a/source/platform/StarP2PNetworkingService.hpp b/source/platform/StarP2PNetworkingService.hpp index 288902c..134e1b1 100644 --- a/source/platform/StarP2PNetworkingService.hpp +++ b/source/platform/StarP2PNetworkingService.hpp @@ -44,7 +44,7 @@ public: // P2P friends can join this player at the given remote server virtual void setJoinRemote(HostAddressWithPort location) = 0; // Updates rich presence activity info - virtual void setActivityData(String const& title, Maybe>) = 0; + virtual void setActivityData(const char* title, const char* details, int64_t startTime, Maybe>) = 0; // If this player joins another peer's game using the P2P UI, this will return // a pending join location -- cgit v1.2.3