libretro/libretro-chailove

Add Cheat support

Closed this issue · 0 comments

Allow enabling cheats....

RETRO_API void retro_cheat_reset(void);
RETRO_API void retro_cheat_set(unsigned index, bool enabled, const char *code);