Revert "misc: chore: Remove redundant code"

This reverts commit 05a88ccc94.
This commit is contained in:
KeatonTheBot 2025-03-15 20:00:22 -05:00
parent 7960ea643f
commit efd5a104b6
109 changed files with 412 additions and 271 deletions

View file

@ -92,7 +92,7 @@ namespace Ryujinx.Ava
private long _lastCursorMoveTime;
private bool _isCursorInRenderer = true;
private bool _ignoreCursorState;
private bool _ignoreCursorState = false;
private enum CursorStates
{
@ -106,7 +106,7 @@ namespace Ryujinx.Ava
private DateTime _lastShaderReset;
private uint _displayCount;
private uint _previousCount;
private uint _previousCount = 0;
private bool _isStopped;
private bool _isActive;