libretro input fix (libretro)
This commit is contained in:
parent
92e446cb7b
commit
2adcb08f26
|
@ -1519,7 +1519,7 @@ static void poll_input(void)
|
|||
case GIT_CONSTANT: // Constant value
|
||||
{
|
||||
pgi->Input.nVal = pgi->Input.Constant.nConst;
|
||||
*(pgi->Input.pShortVal) = pgi->Input.nVal;
|
||||
*(pgi->Input.pVal) = pgi->Input.nVal;
|
||||
}
|
||||
break;
|
||||
case GIT_SWITCH:
|
||||
|
|
Loading…
Reference in New Issue