mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-31 01:01:17 -05:00
misc: chore: Use explicit types in input projects
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Ryujinx.Input
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public (float, float) GetStick(StickInputId inputId)
|
||||
{
|
||||
var result = _joysticksState[(int)inputId];
|
||||
Array2<float> result = _joysticksState[(int)inputId];
|
||||
|
||||
return (result[0], result[1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user