removed hardware info seems make perfomance issues , will test something more lightweight

This commit is contained in:
georgemoralis 2024-07-06 10:27:57 +03:00
parent 4ae879875e
commit d4d7e9f5f6
6 changed files with 1 additions and 24 deletions

View file

@ -29,7 +29,6 @@ public:
private:
void LoadSystemModules(const std::filesystem::path& file);
void PrintSystemInfo();
Core::MemoryManager* memory;
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();