fsp-srv: Implement OutputAccessLogToSdCard

Allows games to log data to the SD.
This commit is contained in:
Zach Hilman 2019-06-28 21:02:34 -04:00
parent 5829ba1ccc
commit db2fdd0352
7 changed files with 62 additions and 27 deletions

View file

@ -182,8 +182,7 @@ private:
};
/// Initialize ServiceManager
void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
FileSys::VfsFilesystem& vfs);
void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
/// Shutdown ServiceManager
void Shutdown();