mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Input: remame some functions
This commit is contained in:
parent
907adc817e
commit
d4606cfdb9
4 changed files with 10 additions and 10 deletions
|
|
@ -383,7 +383,7 @@ std::unordered_map<u64, u16> mm_joystick_handler::GetButtonValues(const JOYINFOE
|
|||
|
||||
auto add_axis_value = [&](DWORD axis, UINT min, UINT max, u64 pos, u64 neg)
|
||||
{
|
||||
float val = ScaleStickInput2(axis, min, max);
|
||||
float val = ScaledInput2(axis, min, max);
|
||||
if (val < 0)
|
||||
{
|
||||
button_values.emplace(pos, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue