tio: implement SdCardObserver (finishes sysmodule)

This commit is contained in:
Michael Scire
2021-02-24 09:57:41 -08:00
committed by SciresM
parent 3cbd99a709
commit 0da3b2b273
10 changed files with 268 additions and 2 deletions

View File

@@ -18,8 +18,14 @@
namespace ams::fs {
class IEventNotifier;
Result MountSdCard(const char *name);
Result MountSdCardErrorReportDirectoryForAtmosphere(const char *name);
Result OpenSdCardDetectionEventNotifier(std::unique_ptr<IEventNotifier> *out);
bool IsSdCardInserted();
}