N64FlashcartMenu
Loading...
Searching...
No Matches
cheats.h File Reference

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.
 

Detailed Description

Header file for cheat installation functions.

Function Documentation

◆ cheats_install()

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.

Parameters
cic_typeThe type of CIC (Copy Protection Chip) used.
cheat_listA pointer to an array of cheats to be installed.
Returns
true if the cheats were successfully installed, false otherwise.

Installs cheats based on the CIC type.

Parameters
cic_typeThe CIC type.
cheat_listPointer to the cheat list.
Returns
true if successful, false otherwise.