mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
continuing input framework integration
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@631 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
54563d7189
commit
fce20e73e7
13 changed files with 252 additions and 457 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