mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Change variable name
This commit is contained in:
parent
19afe15937
commit
a4b540d62c
@ -876,8 +876,8 @@ namespace DS4Windows
|
||||
}
|
||||
}
|
||||
|
||||
bool ds4ActiveFrame = cState.FrameCounter == pState.FrameCounter;
|
||||
if (!ds4ActiveFrame)
|
||||
bool ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
|
||||
if (!ds4InactiveFrame)
|
||||
{
|
||||
isRemoved = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user