N64FlashcartMenu
Loading...
Searching...
No Matches
cheats.h
Go to the documentation of this file.
1
7#ifndef CHEATS_H__
8#define CHEATS_H__
9
10#include <stdint.h>
11#include "cic.h"
12
23bool cheats_install(cic_type_t cic_type, uint32_t *cheat_list);
24
25#endif // CHEATS_H__
bool cheats_install(cic_type_t cic_type, uint32_t *cheat_list)
Installs cheats based on the CIC type.
Definition cheats.c:178
Header file for CIC (Copy Protection Chip) related functions and definitions.
cic_type_t
Enumeration of different CIC types.
Definition cic.h:18