mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 16:53:17 +00:00
added discord rpc
This commit is contained in:
parent
afe32d1e03
commit
18df757380
8 changed files with 75 additions and 48 deletions
|
@ -12,6 +12,7 @@
|
|||
#include "common/path_util.h"
|
||||
#include "core/file_format/psf.h"
|
||||
#include "core/file_sys/fs.h"
|
||||
#include "qt_gui/discord_rpc_handler.h"
|
||||
#include "elf_viewer.h"
|
||||
#include "emulator.h"
|
||||
#include "game_grid_frame.h"
|
||||
|
@ -93,6 +94,9 @@ private:
|
|||
|
||||
QTranslator* translator;
|
||||
|
||||
DiscordRPCHandler::RPC discordRPC;
|
||||
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* obj, QEvent* event) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue