libdragon
Loading...
Searching...
No Matches
pixelfx.h
Go to the documentation of this file.
1
7#ifndef __LIBDRAGON_PIXELFX_H
8#define __LIBDRAGON_PIXELFX_H
9
10#include <stdint.h>
11
27#ifdef __cplusplus
28extern "C" {
29#endif
30
43void pixelfx_send_game_id(uint64_t rom_check_code, uint8_t media_format, uint8_t region_code);
44
53void pixelfx_clear_game_id(void);
54
55#ifdef __cplusplus
56}
57#endif
58
/* pixelfx */
60
61#endif
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