N64FlashcartMenu
|
USB communication subsystem. More...
Go to the source code of this file.
Functions | |
void | usb_comm_poll (menu_t *menu) |
Poll the USB communication subsystem. | |
USB communication subsystem.
This file contains the declarations for the USB communication subsystem used in the menu system.
void usb_comm_poll | ( | menu_t * | menu | ) |
Poll the USB communication subsystem.
This function polls the USB communication subsystem to handle any incoming or outgoing data. It is only available in debug builds.
menu | Pointer to the menu structure. |