Exemplo n.º 1
0
void mCheatDeviceDestroy(struct mCheatDevice* device) {
	mCheatDeviceClear(device);
	mCheatSetsDeinit(&device->cheats);
}
Exemplo n.º 2
0
void retro_cheat_reset(void) {
	mCheatDeviceClear(core->cheatDevice(core));
}