Another round of sonarlint work
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <86box/joystick_tm_fcs.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
typedef struct {
|
||||
typedef struct g_axis_t {
|
||||
pc_timer_t timer;
|
||||
int axis_nr;
|
||||
struct _joystick_instance_ *joystick;
|
||||
@@ -116,9 +116,10 @@ static uint8_t gameport_pnp_rom[] = {
|
||||
};
|
||||
static const isapnp_device_config_t gameport_pnp_defaults[] = {
|
||||
{.activate = 1,
|
||||
.io = {
|
||||
{ .base = 0x200 },
|
||||
}}
|
||||
.io = {
|
||||
{ .base = 0x200 },
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const device_t *standalone_gameport_type;
|
||||
|
||||
@@ -67,8 +67,7 @@
|
||||
#include <86box/joystick_sw_pad.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct sw_data {
|
||||
pc_timer_t poll_timer;
|
||||
int poll_left;
|
||||
int poll_clock;
|
||||
|
||||
Reference in New Issue
Block a user