parent
b77cd9a7bf
commit
00b67f4156
|
@ -36,9 +36,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
/// <remarks>only referenced from <see cref="EmuClientApi"/></remarks>
|
||||
bool PauseAvi { set; }
|
||||
|
||||
/// <remarks>only referenced from <see cref="EmuClientApi"/></remarks>
|
||||
PresentationPanel PresentationPanel { get; }
|
||||
|
||||
void AddOnScreenMessage(string message);
|
||||
|
||||
/// <remarks>only referenced from <see cref="EmuClientApi"/></remarks>
|
||||
|
|
|
@ -1552,7 +1552,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
// input state which has been destined for client hotkey consumption are colesced here
|
||||
private readonly InputCoalescer _hotkeyCoalescer = new InputCoalescer();
|
||||
|
||||
public PresentationPanel PresentationPanel { get; }
|
||||
private readonly PresentationPanel PresentationPanel;
|
||||
|
||||
// countdown for saveram autoflushing
|
||||
public int AutoFlushSaveRamIn { get; set; }
|
||||
|
|
Loading…
Reference in New Issue