mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 17:59:16 +01:00
12b45408e4
click the "Games:..." text to save a game list in the update path. normal txt or csv format for spreadsheets is supported.
15 lines
360 B
C
15 lines
360 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GAMEINFO_H_
|
|
#define _GAMEINFO_H_
|
|
|
|
int showGameInfo(char *ID);
|
|
bool save_XML_URL();
|
|
bool save_gamelist(int txt);
|
|
#endif
|