ams: support building unit test programs on windows/linux/macos
This commit is contained in:
@@ -20,6 +20,12 @@ namespace ams::fs {
|
||||
|
||||
class IEventNotifier;
|
||||
|
||||
struct EncryptionSeed {
|
||||
char value[0x10];
|
||||
};
|
||||
static_assert(util::is_pod<EncryptionSeed>::value);
|
||||
static_assert(sizeof(EncryptionSeed) == 0x10);
|
||||
|
||||
Result MountSdCard(const char *name);
|
||||
|
||||
Result MountSdCardErrorReportDirectoryForAtmosphere(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user