mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1167] [CLOSED] Fix Discord RPC #1965
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1965
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1167
Author: @delledev
Created: 9/30/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
39b98fcfix discord rpc3ac6320code cleanup📊 Changes
9 files changed (+53 additions, -16 deletions)
View changed files
📝
CMakeLists.txt(+8 -1)📝
CMakeSettings.json(+0 -1)📝
externals/CMakeLists.txt(+2 -1)➕
externals/discord-rpc(+1 -0)📝
src/common/discord.cpp(+24 -11)📝
src/common/discord.h(+2 -1)📝
src/emulator.cpp(+6 -0)📝
src/qt_gui/main.cpp(+6 -0)📝
src/sdl_window.cpp(+4 -1)📄 Description
I was going to add Discord Rich Presence myself, but after digging around for a while I saw it was implemented a year ago. So I fixed it and it's now working.
This is my first time working with cpp and cmake so if i've done something wrong please let me know.
This is how it works currently.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.