mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-02 05:54:20 +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;
|
bool ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
|
||||||
if (!ds4ActiveFrame)
|
if (!ds4InactiveFrame)
|
||||||
{
|
{
|
||||||
isRemoved = false;
|
isRemoved = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user