mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 05:05:57 +00:00
file_sys: Consolidate separate update directory handling. (#2041)
This commit is contained in:
parent
af8c748e9c
commit
8f5bcb0f1c
5 changed files with 61 additions and 107 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
void UpdatePlayTime(const std::string& serial);
|
||||
|
||||
private:
|
||||
void LoadSystemModules(const std::filesystem::path& file, std::string game_serial);
|
||||
void LoadSystemModules(const std::string& game_serial);
|
||||
|
||||
Core::MemoryManager* memory;
|
||||
Input::GameController* controller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue