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
11#include "boot/boot.h"
12
13
14void menu_run (boot_params_t *boot_params);
15
16
17#endif
Flashcart Boot Subsystem.
Boot Parameters Structure.
Definition: boot.h:36