N64FlashcartMenu
Loading...
Searching...
No Matches
hdmi.h File Reference

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.
 

Detailed Description

Header file for HDMI-related functions.

Function Documentation

◆ hdmi_clear_game_id()

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.

◆ hdmi_send_game_id()

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.

Parameters
boot_paramsA pointer to the boot parameters containing the game ID.