usbloadergx/source/cheatmenu.h
thedarkness1981 236e54ca01 added CheatMenu Button (Ocarina Image) into GameSettings, new path option for txt cheat files and of course the CheatMenu.
Actually there is only one comment line supported.
For a small collection of txt cheat files look under downloads ;).
2009-06-24 07:33:31 +00:00

14 lines
300 B
C

/****************************************************************************
* Cheat Menu
* USB Loader GX 2009
*
* cheatmenu.h
***************************************************************************/
#ifndef _CHEATMENU_H_
#define _CHEATMENU_H_
int CheatMenu(const char * gameID);
#endif