citra/src/core/hle/service/fs
Weiyi Wang a6d9baa05a FS: pass down program ID for archive operation
To eliminate System::GetInstance usage. Archive type like SelfNCCH and SaveData changes the actual reference path for different client, so archive backend interface should accept client information from the service interface. Currently we only pass the program ID as the client information.
2019-02-02 20:44:13 -05:00
..
archive.cpp FS: pass down program ID for archive operation 2019-02-02 20:44:13 -05:00
archive.h FS: pass down program ID for archive operation 2019-02-02 20:44:13 -05:00
directory.cpp fs/archive: move file and directory classes to their own files 2018-10-06 01:23:03 -04:00
directory.h fs/archive: move file and directory classes to their own files 2018-10-06 01:23:03 -04:00
file.cpp Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
file.h Kernel: pass ref to session pair 2018-10-18 21:41:36 -04:00
fs_user.cpp FS: pass down program ID for archive operation 2019-02-02 20:44:13 -05:00
fs_user.h FS: pass down program ID for archive operation 2019-02-02 20:44:13 -05:00