usbloadergx/source/SettingsPrompts.h
dimok321 32144f46f9 *Whole new GlobalSettingsMenu arrangement (thx to dj_skull for his idea and plan (issue 433))
*Lots of small fixes
*Added Error002fix selection in GameSettings

**NOTE 1: You might want to delete your Configfiles before using this new Rev.

**NOTE 2: Known issue with Settings is that WiiMotePointer is sometimes being displaced. I am searching for the reason right now.
2009-06-06 17:26:52 +00:00

15 lines
343 B
C

/****************************************************************************
* SettingsPrompts
* USB Loader GX 2009
*
* SettingsPrompts.h
***************************************************************************/
#ifndef _SETTINGSPROMPTS_H_
#define _SETTINGSPROMPTS_H_
bool MenuOGG();
int MenuLanguageSelect();
#endif