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