mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 13:50:47 -07:00
Naming conventions
This commit is contained in:
@ -2,7 +2,7 @@ namespace Ryujinx.HLE.Input
|
||||
{
|
||||
public struct HidJoystickPosition
|
||||
{
|
||||
public int DX;
|
||||
public int DY;
|
||||
public int Dx;
|
||||
public int Dy;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user