7#ifndef __LIBDRAGON_PIXELFX_H
8#define __LIBDRAGON_PIXELFX_H
void pixelfx_clear_game_id(void)
Notifies the PixelFX console mod to clear the current Game ID.
Definition pixelfx.c:41
void pixelfx_send_game_id(uint64_t rom_check_code, uint8_t media_format, uint8_t region_code)
Notifies the PixelFX console mod of the current Game ID.
Definition pixelfx.c:18