Loading font libs from title id folder (#1448)

This commit is contained in:
georgemoralis
2024-10-31 16:08:34 +02:00
committed by GitHub
parent 4da21a016e
commit cdae6a4ce5
2 changed files with 8 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ public:
void UpdatePlayTime(const std::string& serial);
private:
void LoadSystemModules(const std::filesystem::path& file);
void LoadSystemModules(const std::filesystem::path& file, std::string game_serial);
Core::MemoryManager* memory;
Input::GameController* controller;