configure_debug: Move reporting option to logging
This commit is contained in:
parent
ccd70819c2
commit
038bcec111
15 changed files with 64 additions and 63 deletions
|
@ -125,7 +125,7 @@ private:
|
|||
std::unique_ptr<FileSys::PlaceholderCache> gamecard_placeholder;
|
||||
};
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager, FileSystemController& controller);
|
||||
void InstallInterfaces(Core::System& system);
|
||||
|
||||
// A class that wraps a VfsDirectory with methods that return ResultVal and ResultCode instead of
|
||||
// pointers and booleans. This makes using a VfsDirectory with switch services much easier and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue