mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-04-07 05:56:49 +02:00
Increased stick mouse offset more
This commit is contained in:
parent
35127ceead
commit
76f189d935
@ -275,7 +275,7 @@ namespace DS4Windows
|
||||
public static int prevmouseaccel = 0;
|
||||
private static double horizontalRemainder = 0.0, verticalRemainder = 0.0;
|
||||
public const int MOUSESPEEDFACTOR = 48;
|
||||
private const double MOUSESTICKOFFSET = 0.329;
|
||||
private const double MOUSESTICKOFFSET = 0.491;
|
||||
|
||||
public static void Commit(int device)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user