mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 08:28:05 -04:00
platform ps2, fixes for gcc14
This commit is contained in:
parent
c055f15cd5
commit
257baf1520
5 changed files with 11 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include "libpad.h"
|
||||
#include "libmtap.h"
|
||||
|
@ -21,7 +22,7 @@
|
|||
static int in_ps2_combo_keys = 0;
|
||||
static int in_ps2_combo_acts = 0;
|
||||
|
||||
static uintptr_t padBuf[2][4];
|
||||
static void *padBuf[2][4];
|
||||
static uint32_t padConnected[2][4]; // 2 ports, 4 slots
|
||||
static uint32_t padOpen[2][4];
|
||||
static uint32_t maxslot[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue