Пример #1
0
void mCheatDeviceDestroy(struct mCheatDevice* device) {
	mCheatDeviceClear(device);
	mCheatSetsDeinit(&device->cheats);
}
Пример #2
0
void retro_cheat_reset(void) {
	mCheatDeviceClear(core->cheatDevice(core));
}