N64FlashcartMenu
|
Header file for HDMI-related functions. More...
Go to the source code of this file.
Functions | |
void | hdmi_clear_game_id (void) |
Clears the game ID from the HDMI interface. | |
void | hdmi_send_game_id (boot_params_t *boot_params) |
Sends the game ID to the HDMI interface. | |
Header file for HDMI-related functions.
void hdmi_clear_game_id | ( | void | ) |
Clears the game ID from the HDMI interface.
This function clears the current game ID from the HDMI interface.
void hdmi_send_game_id | ( | boot_params_t * | boot_params | ) |
Sends the game ID to the HDMI interface.
This function sends the provided game ID to the HDMI interface using the specified boot parameters.
boot_params | A pointer to the boot parameters containing the game ID. |