N64FlashcartMenu
|
Header file for cheat installation functions. More...
Go to the source code of this file.
Functions | |
bool | cheats_install (cic_type_t cic_type, uint32_t *cheat_list) |
Installs cheats based on the CIC type. | |
Header file for cheat installation functions.
bool cheats_install | ( | cic_type_t | cic_type, |
uint32_t * | cheat_list ) |
Installs cheats based on the CIC type.
This function installs the cheats provided in the cheat list based on the specified CIC type.
cic_type | The type of CIC (Copy Protection Chip) used. |
cheat_list | A pointer to an array of cheats to be installed. |
Installs cheats based on the CIC type.
cic_type | The CIC type. |
cheat_list | Pointer to the cheat list. |