mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
review fixes
This commit is contained in:
@@ -22,8 +22,10 @@ public:
|
||||
void Run(const std::filesystem::path& file);
|
||||
|
||||
private:
|
||||
void LoadSystemModules(const std::filesystem::path& file);
|
||||
Discord::RPC discord_rpc;
|
||||
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();
|
||||
Core::Linker* linker = Common::Singleton<Core::Linker>::Instance();
|
||||
Frontend::WindowSDL window;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user