N64FlashcartMenu
Loading...
Searching...
No Matches
hdmi.h
1#ifndef HDMI_H__
2#define HDMI_H__
3
4
5#include "boot/boot.h"
6
7
8void hdmi_clear_game_id (void);
9void hdmi_send_game_id (boot_params_t *boot_params);
10
11
12#endif
Flashcart Boot Subsystem.
Boot Parameters Structure.
Definition: boot.h:36