mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-16 04:06:28 +02:00
android - add basic user management
This commit is contained in:
parent
8e2eb5fd26
commit
ba745514a1
8 changed files with 399 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue