mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
added library to print system info to be able to debug user files better
This commit is contained in:
parent
fd39c50910
commit
a91c049754
6 changed files with 26 additions and 1 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
|
||||
private:
|
||||
void LoadSystemModules(const std::filesystem::path& file);
|
||||
void PrintSystemInfo();
|
||||
|
||||
Core::MemoryManager* memory;
|
||||
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue