android - add basic user management

This commit is contained in:
Emmanuel Hansen 2023-10-22 21:30:05 +00:00
parent 8e2eb5fd26
commit ba745514a1
8 changed files with 399 additions and 4 deletions

View file

@ -17,6 +17,12 @@ namespace LibRyujinx
return InitializeDevice(true, false, SystemLanguage.AmericanEnglish, RegionCode.USA, true, true, true, false, "UTC", false);
}
[UnmanagedCallersOnly(EntryPoint = "device_reloadFilesystem")]
public static void ReloadFileSystem()
{
SwitchDevice?.ReloadFileSystem();
}
public static bool InitializeDevice(bool isHostMapped,
bool useNce,
SystemLanguage systemLanguage,