1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-08-13 17:03:49 -04:00
gc_n64_usb-v3/usbstrings.h

12 lines
194 B
C

#ifndef _usbstrings_h__
#define _usbstrings_h__
extern const wchar_t *g_usb_strings[];
#define NUM_USB_STRINGS 3
/* Array indexes (i.e. zero-based0 */
#define USB_STRING_SERIAL_IDX 2
#endif