mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 09:41:14 +02:00
Android: TakeScreenshot not implemented
This commit is contained in:
@@ -22,6 +22,11 @@ namespace LibKenjinx.Android
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void TakeScreenshot()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool DisplayErrorAppletDialog(string? title, string? message, string[] buttonsText)
|
||||
{
|
||||
Interop.UpdateUiHandler(title ?? "",
|
||||
|
||||
Reference in New Issue
Block a user