mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-23 14:22:15 -05:00
Reduce memory waste
This commit is contained in:
parent
e44dac734f
commit
df629e9d28
4
usbpad.c
4
usbpad.c
@ -44,8 +44,8 @@ static unsigned char _FFB_effect_index;
|
||||
#define LOOP_MAX 0xFFFF
|
||||
static unsigned int _loop_count;
|
||||
|
||||
static unsigned char gamepad_report0[32];
|
||||
static unsigned char hid_report_data[32];
|
||||
static unsigned char gamepad_report0[REPORT_SIZE];
|
||||
static unsigned char hid_report_data[8]; // Used for force feedback
|
||||
|
||||
void usbpad_init()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user