mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-16 04:37:02 +00:00
misc: chore: Remove redundant code
This commit is contained in:
parent
340ec79e9f
commit
05a88ccc94
109 changed files with 271 additions and 412 deletions
|
|
@ -92,7 +92,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
private long _lastCursorMoveTime;
|
||||
private bool _isCursorInRenderer = true;
|
||||
private bool _ignoreCursorState = false;
|
||||
private bool _ignoreCursorState;
|
||||
|
||||
private enum CursorStates
|
||||
{
|
||||
|
|
@ -106,7 +106,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
private DateTime _lastShaderReset;
|
||||
private uint _displayCount;
|
||||
private uint _previousCount = 0;
|
||||
private uint _previousCount;
|
||||
|
||||
private bool _isStopped;
|
||||
private bool _isActive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue