mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
Loading font libs from title id folder (#1448)
This commit is contained in:
parent
4da21a016e
commit
cdae6a4ce5
2 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue