[PR #1178] [MERGED] added discord rpc #1975

Closed
opened 2026-02-27 21:14:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1178
Author: @delledev
Created: 10/1/2024
Status: Merged
Merged: 10/8/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (10+)

  • 18df757 added discord rpc
  • 55f4e39 linting issues
  • d2a7c78 Revert "linting issues"
  • 319e6c5 fix clang-format issues
  • 8354a3f removed wrong rpc submodule
  • 19f0d23 added correct rpc submodule
  • 9e9cd41 Moved cmake instructions to correct files.
  • 05c98bc added minor suggestions from pr
  • 660af35 Added an option to enable/disable RPC, added rpc to emulator.cpp making it work on nonqt builds
  • fb18a7e typo & minor stuff

📊 Changes

14 files changed (+133 additions, -50 deletions)

View changed files

📝 .gitmodules (+4 -1)
📝 CMakeLists.txt (+6 -1)
📝 externals/CMakeLists.txt (+5 -0)
externals/discord-rpc (+1 -0)
📝 src/common/config.cpp (+12 -0)
📝 src/common/config.h (+2 -0)
src/common/discord.cpp (+0 -43)
src/common/discord_rpc_handler.cpp (+57 -0)
📝 src/common/discord_rpc_handler.h (+8 -5)
📝 src/emulator.cpp (+10 -0)
📝 src/qt_gui/main_window.cpp (+8 -0)
📝 src/qt_gui/main_window.h (+1 -0)
📝 src/qt_gui/settings_dialog.cpp (+12 -0)
📝 src/qt_gui/settings_dialog.ui (+7 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1178 **Author:** [@delledev](https://github.com/delledev) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`18df757`](https://github.com/shadps4-emu/shadPS4/commit/18df757380cdd43b17bb7dfba5932f4f34ee6781) added discord rpc - [`55f4e39`](https://github.com/shadps4-emu/shadPS4/commit/55f4e39506361c816c391828b6dbd46cfbc1df89) linting issues - [`d2a7c78`](https://github.com/shadps4-emu/shadPS4/commit/d2a7c78316282b871c3f81b44b32b8dbee5a1d8e) Revert "linting issues" - [`319e6c5`](https://github.com/shadps4-emu/shadPS4/commit/319e6c5c74c523ea36ab8314abcd1ef1ddaedc43) fix clang-format issues - [`8354a3f`](https://github.com/shadps4-emu/shadPS4/commit/8354a3ffff75093bfaaa95775b75b4609617d79a) removed wrong rpc submodule - [`19f0d23`](https://github.com/shadps4-emu/shadPS4/commit/19f0d235de3a6c0b49d31a1eac3726f812c21ffb) added correct rpc submodule - [`9e9cd41`](https://github.com/shadps4-emu/shadPS4/commit/9e9cd41c27c91c64d94fb2b67ae34f56e78ab982) Moved cmake instructions to correct files. - [`05c98bc`](https://github.com/shadps4-emu/shadPS4/commit/05c98bc4f37ead3877f4a4eeb7ea2c0c99a29195) added minor suggestions from pr - [`660af35`](https://github.com/shadps4-emu/shadPS4/commit/660af35eb46da23abf9ca8f1123da949985a057d) Added an option to enable/disable RPC, added rpc to emulator.cpp making it work on nonqt builds - [`fb18a7e`](https://github.com/shadps4-emu/shadPS4/commit/fb18a7e508d04407205843c2ac0b8b3b3d8aaecd) typo & minor stuff ### 📊 Changes **14 files changed** (+133 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+4 -1) 📝 `CMakeLists.txt` (+6 -1) 📝 `externals/CMakeLists.txt` (+5 -0) ➕ `externals/discord-rpc` (+1 -0) 📝 `src/common/config.cpp` (+12 -0) 📝 `src/common/config.h` (+2 -0) ➖ `src/common/discord.cpp` (+0 -43) ➕ `src/common/discord_rpc_handler.cpp` (+57 -0) 📝 `src/common/discord_rpc_handler.h` (+8 -5) 📝 `src/emulator.cpp` (+10 -0) 📝 `src/qt_gui/main_window.cpp` (+8 -0) 📝 `src/qt_gui/main_window.h` (+1 -0) 📝 `src/qt_gui/settings_dialog.cpp` (+12 -0) 📝 `src/qt_gui/settings_dialog.ui` (+7 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1975
No description provided.