mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 00:00:05 +02:00
misc: chore: Fix object creation
This commit is contained in:
@@ -13,7 +13,7 @@ namespace LibKenjinx.Android
|
||||
private bool _isDisposed;
|
||||
private bool _isOkPressed;
|
||||
private string? _input;
|
||||
private ManualResetEvent _resetEvent = new ManualResetEvent(false);
|
||||
private ManualResetEvent _resetEvent = new(false);
|
||||
|
||||
public IHostUITheme HostUITheme => throw new NotImplementedException();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user