usbloadergx/source/settings/SettingsPrompts.h
dimok321 1d9b8576e3 *Changed DeviceThreadPriority for startup. Now it detects the HDD faster and when it is detected it goes into idle mode again.
*Fixed filebrowser to cancel without applying the path
*Added A BGM Class
*Removed the BGM menu now.

You can now choose a file with the filebrowser which you want to play. This file will be played and all .mp3 .ogg and .wav in the same directory enlisted as a Playlist.
If you choose Loop Directory mode than the files are played one after another. You can also choose a play random music from directory mode.
2010-01-08 09:03:40 +00:00

15 lines
341 B
C

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