fix issue with fourscore input not being tied into emulator in windows port

This commit is contained in:
zeromus 2008-12-09 22:41:58 +00:00
parent ee073a7049
commit 282cc53219
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ void InitInputPorts(bool fourscore)
FCEUI_SetInput(i,(ESI)InputType[i],InputDPtr,attrib);
}
}
FCEUI_SetInputFourscore(fourscore);
attrib=0;
InputDPtr=0;