mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
continuing input framework integration
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@631 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
963b7f4f2a
commit
b682092681
14 changed files with 264 additions and 506 deletions
|
@ -582,12 +582,8 @@ static void updateKeys(void)
|
|||
keys2 = keys;
|
||||
|
||||
#if 1
|
||||
{
|
||||
/* FIXME: combos */
|
||||
int acts = in_update();
|
||||
int pl = (acts >> 16) & 1;
|
||||
allActions[pl] |= acts;
|
||||
}
|
||||
/* FIXME: combos, player2 */
|
||||
allActions[0] = in_update();
|
||||
#else
|
||||
for (i = 0; i < 32; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue