mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 00:29:39 -04:00
core, linux+libretro, multiplayer adaptor support
This commit is contained in:
parent
a833e78c98
commit
1d5885dd84
9 changed files with 104 additions and 49 deletions
|
|
@ -95,8 +95,8 @@ typedef struct PicoInterface
|
|||
{
|
||||
unsigned int opt; // POPT_* bitfield
|
||||
|
||||
unsigned short pad[2]; // Joypads, format is MXYZ SACB RLDU
|
||||
unsigned short padInt[2]; // internal copy
|
||||
unsigned short pad[4]; // Joypads, format is MXYZ SACB RLDU
|
||||
unsigned short padInt[4]; // internal copy
|
||||
unsigned short AHW; // active addon hardware: PAHW_* bitfield
|
||||
|
||||
unsigned short skipFrame; // skip rendering frame, but still do sound (if enabled) and emulation stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue