mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:02:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
(NpadColor, NpadColor) npadBodyColors,
|
||||
(NpadColor, NpadColor) npadButtonColors) : base(controllerType, device)
|
||||
{
|
||||
this._npadBodyColors = npadBodyColors;
|
||||
this._npadButtonColors = npadButtonColors;
|
||||
_npadBodyColors = npadBodyColors;
|
||||
_npadButtonColors = npadButtonColors;
|
||||
|
||||
_currentLayout = HidControllerLayouts.HandheldJoined;
|
||||
|
||||
|
Reference in New Issue
Block a user