N64FlashcartMenu
Loading...
Searching...
No Matches
menu.h
Go to the documentation of this file.
1
7#ifndef MENU_H__
8#define MENU_H__
9
10#include "boot/boot.h"
11
20void menu_run(boot_params_t *boot_params);
21
22#endif // MENU_H__
Flashcart Boot Subsystem.
Boot Parameters Structure.
Definition boot.h:34
void menu_run(boot_params_t *boot_params)
Runs the menu subsystem.
Definition menu.c:221