Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions DS4Windows/DS4Control/Mouse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ public void ResetTouchStickAccel(double friction)
public void ResetToggleGyroModes()
{
currentToggleGyroControls = false;
currentToggleGyroMouse = false;
currentToggleGyroStick = false;

previousTriggerActivated = false;
triggeractivated = false;
Expand Down Expand Up @@ -214,8 +212,6 @@ public bool TouchEnded
}

bool currentToggleGyroControls = false;
bool currentToggleGyroMouse = false;
bool currentToggleGyroStick = false;

bool previousUnchangedTouchJoyFrame = false;
int previousTouchDX = 0;
Expand Down
2 changes: 1 addition & 1 deletion DS4Windows/DS4Control/ScpUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8182,7 +8182,7 @@ public bool Load()

PostProcessLoad();
}
catch (InvalidOperationException e)
catch (InvalidOperationException)
{
AppLogger.LogToGui("Failed to load Profiles.xml.", false);
loaded = false;
Expand Down
Loading