mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 12:35:08 +01:00
1392093741
*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
15 lines
334 B
C
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
|