libretro input fix (libretro)

This commit is contained in:
Barry Harris 2013-01-31 08:14:46 +00:00
parent 92e446cb7b
commit 2adcb08f26
1 changed files with 1 additions and 1 deletions

View File

@ -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: