usbloadergx/source/settings
dimok321 6022ad060d *Added ThreadedTask instance class for easy one time run operations on another thread
*Added Free Space show option to the settings (can be enabled even on FAT partitions)
*Moved partition free space determination to a ThreadedTask because it takes up to 10 seconds on FAT. This speeds up the build up of the main game menu (on start and on change from other menu) on all partitions.
*Removed double "waiting for slow HDD" screens
*Fixed scrollbar in settings
2010-12-31 13:13:14 +00:00
..
menus *Added ThreadedTask instance class for easy one time run operations on another thread 2010-12-31 13:13:14 +00:00
CGameSettings.cpp *Fixed crash on start i made in last rev by mistake 2010-10-28 09:00:52 +00:00
CGameSettings.h *Fixed crash on start i made in last rev by mistake 2010-10-28 09:00:52 +00:00
CGameStatistics.cpp *Fixed crash on start i made in last rev by mistake 2010-10-28 09:00:52 +00:00
CGameStatistics.h *Fixed crash on start i made in last rev by mistake 2010-10-28 09:00:52 +00:00
CSettings.cpp *Added ThreadedTask instance class for easy one time run operations on another thread 2010-12-31 13:13:14 +00:00
CSettings.h *Added ThreadedTask instance class for easy one time run operations on another thread 2010-12-31 13:13:14 +00:00
GameTitles.cpp *Completely rewrote the asynchron GuiImageData class (problems from switch Carousel<->Grid layour should be fixed now) 2010-12-19 18:20:33 +00:00
GameTitles.h *Completely rewrote the asynchron GuiImageData class (problems from switch Carousel<->Grid layour should be fixed now) 2010-12-19 18:20:33 +00:00
newtitles.cpp *Moved GameStatistics (FavoriteRank/PlayCount) out of cfg.c and into an own class. All settings are now separated. Old rankings and playcounts will be reseted due to a new format. 2010-09-25 08:51:44 +00:00
newtitles.h *Fixed booting games for huge ext2/3/4 drives 2010-12-12 16:31:13 +00:00
Settings.cpp A lot of changes with this rev 2010-11-13 22:34:53 +00:00
Settings.h *Seperated game settings from cfg.c into it's own class. Some stuff might be broken and need adjustments. 2010-09-24 21:22:01 +00:00
SettingsEnums.h *Added back the trNOOP (which excluded a lot of settings languages) which i removed by mistake when adding themes 2010-12-29 15:42:26 +00:00
SettingsPrompts.cpp *added loading screen 2010-12-30 23:49:22 +00:00
SettingsPrompts.h *Removed ntfs/fat source and added them as custom libs (makes them easier to update later) 2010-12-26 17:02:14 +00:00