mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
13 lines
160 B
C
13 lines
160 B
C
#ifndef HDMI_H__
|
|
#define HDMI_H__
|
|
|
|
|
|
#include "boot/boot.h"
|
|
|
|
|
|
void hdmi_reset_game_id (void);
|
|
void hdmi_broadcast_game_id (boot_params_t *boot_params);
|
|
|
|
|
|
#endif
|