mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 13:15:17 -05:00
7 lines
163 B
C
7 lines
163 B
C
|
#include "gamepads.h"
|
||
|
|
||
|
/* Shared between N64 and GC (only one is used at a time). Saves memory. */
|
||
|
|
||
|
gamepad_data last_sent_report;
|
||
|
gamepad_data last_built_report;
|