mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
code: Add additional logging during init
This commit is contained in:
parent
7c7e9427ba
commit
410ba37ec2
7 changed files with 20 additions and 16 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
|
||||
private:
|
||||
void LoadSystemModules(const std::filesystem::path& file);
|
||||
|
||||
Core::MemoryManager* memory;
|
||||
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();
|
||||
Core::Linker* linker = Common::Singleton<Core::Linker>::Instance();
|
||||
Frontend::WindowSDL window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue