RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.37k stars 1.91k forks source link

[Feature Request] Discord rich presence on macOS #11820

Open shijimasoft opened 2 years ago

shijimasoft commented 2 years ago

Discord rich presence on macOS

It would be nice to have Discord integration working on mac

Details

Show game title on Discord status like windows/linux version do, including game time and title id

Please describe, what part of RPCS3 would be affected by your feature:

Please attach screenshots of the feature implemented in other projects.

rpcs3discord

Please provide your system configuration:

MSuih commented 2 years ago

Discord RPC does provide mac builds as well, so this might not be too difficult to set up.

Megamouse commented 1 year ago

We already support this for mac. It's either not compatible with the current mac build process or you didn't enable it in the settings (hard to tell without a log file).

elad335 commented 1 year ago

Fixed with #14144 ?

shijimasoft commented 1 year ago

Nope it doesn't seems to work (macOS Ventura 13.4) (RPCS3 0.0.28-15330)

schm1dtmac commented 4 weeks ago

Going to bump this issue now that arm64 CI was merged since the old Discord RPC code never had compiled libraries for arm64 either, so it would have to be custom compiled for arm64 if rich presence were to also work on macOS arm64-native builds (iirc the newer GameSDK isn't suitable for RPCS3 either).