usbloadergx/source/prompts/gameinfo.h
dimok321 1392093741 *Compatibility issue fix for some Seagate HDDs
*Added left/right on game info screen to go to the next/previous game
*Fixed loading of titles cache settings
*Changed to show always the first game as first visible cover on carousel
2011-02-12 18:26:18 +00:00

15 lines
334 B
C

/****************************************************************************
* PromptWindows
* USB Loader GX 2009
*
* PromptWindows.h
***************************************************************************/
#ifndef _GAMEINFO_H_
#define _GAMEINFO_H_
int showGameInfo(int selectedGame);
bool save_gamelist(int txt);
#endif