N64FlashcartMenu
Loading...
Searching...
No Matches
hdmi.h
Go to the documentation of this file.
1
7#ifndef HDMI_H__
8#define HDMI_H__
9
10#include "boot/boot.h"
11
17void hdmi_clear_game_id(void);
18
27void hdmi_send_game_id(boot_params_t *boot_params);
28
29#endif // HDMI_H__
Flashcart Boot Subsystem.
Boot Parameters Structure.
Definition boot.h:34
void hdmi_send_game_id(boot_params_t *boot_params)
Sends the game ID to the HDMI interface.
Definition hdmi.c:14
void hdmi_clear_game_id(void)
Clears the game ID from the HDMI interface.
Definition hdmi.c:10