usbloadergx/source/usbloader
dimok321 e6a87c05fe *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes.
*Made the ProgressWindow for game installation more accurate
*Added displaying newly installed games (marked as new) on favorite list, so you don't have to change to full list when installing new games. (Thanks Cyan for the patch)
*Lot's a small fixes
*Added WDM Menu on game start. You can set it in the alternative DOL option (one new option there). The menu lists all DOLs on the disc and if a wdm file is provided in the WDM path (configurable in the settings) than the dol parameter and dol replacement name will be taken from the wdm. The DOLs that are not listed in the WDM but exist on the DISC will be listed at the end of the list.
*Added avoid of multiple app cleanup when game fails to boot

*Changed libfat to use FS info sector on FAT32 partitions. This speeds up the free space information getting to instant. For that the FS info sector has to have correct values. The values of all partitions where homebrews were writing to are currently incorrect because the official libfat does not support FS info sector (i submited a patch) (Windows does write it correct though). That is why there needs to be a synchronization of the FS info sector for partitions used with homebrews. For this purpose a new setting was added in the Loader Settings. You can synchronize all your FAT32 partitions on the USB with it once and you are done (if you don't write to that partition with current homebrews). After that you can enable free space display and it will be instant like on WBFS/NTFS/EXT partitions.
2011-01-16 13:12:07 +00:00
..
wbfs *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
alternatedol.c *Added use of IOS58 for Loader option. It is enabled by default and can be disabled in the Loader Settings. If it is disabled the Boot/Standard cIOS is loaded on startup, after reading the config files. 2011-01-12 19:30:04 +00:00
alternatedol.h *removed all the switches at the end of menu.cpp 2010-09-30 05:45:21 +00:00
apploader.c *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
apploader.h *removed all the switches at the end of menu.cpp 2010-09-30 05:45:21 +00:00
disc.c *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
disc.h *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
frag.c *Changes running games from WBFS. It is now done through fragment lists like on ntfs/fat/ext. This enables support for multiple wbfs partitions even with waninkokos cios which normally doesn't support that. This is not supported by Waninokos IOS < R18. It continues to only support one partition! 2011-01-07 22:42:03 +00:00
frag.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
fstfile.c * Unified formating of source files. 2010-09-24 00:48:03 +00:00
fstfile.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
GameList.cpp *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
GameList.h *Fixed DVD access in IOS58 mode (needs AHBPROT) 2011-01-14 15:39:42 +00:00
GetMissingGameFiles.cpp *Fixed crash on "pick alternative dol from list" 2010-12-17 17:50:44 +00:00
GetMissingGameFiles.hpp *Fixed crash on "pick alternative dol from list" 2010-12-17 17:50:44 +00:00
MountGamePartition.cpp *added loading screen 2010-12-30 23:49:22 +00:00
MountGamePartition.h *added loading screen 2010-12-30 23:49:22 +00:00
playlog.c *Fixed crash on NTFS (wrong memory free functions were used) 2010-12-27 09:44:27 +00:00
playlog.h *Fixed crash on NTFS (wrong memory free functions were used) 2010-12-27 09:44:27 +00:00
sdhc.c * Unified formating of source files. 2010-09-24 00:48:03 +00:00
sdhc.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
splits.c *Fixed booting games for huge ext2/3/4 drives 2010-12-12 16:31:13 +00:00
splits.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
usbstorage2.c *A new icon.png (icon2.png) (thanks Black.Pearl for it) 2011-01-11 17:52:30 +00:00
usbstorage2.h *Cleaned up USB storage control 2010-09-28 20:55:42 +00:00
utils.c * Unified formating of source files. 2010-09-24 00:48:03 +00:00
utils.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
wbfs.cpp *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
wbfs.h *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
WDMFile.cpp *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
WDMFile.hpp *Fixed display of partition size on WBFS partitions with a different wbfs sector size than 512bytes. 2011-01-16 13:12:07 +00:00
wdvd.c *Fixed DVD support in IOS58 modus. You have to have AHBPROT flag enabled for the DVD access support in IOS58 mode. It might be possible that the forwarder channel does not have it set yet. Start from HBC 1.0.8 with IOS58 and you will have it for sure. 2011-01-13 19:05:31 +00:00
wdvd.h *Added support for all the currently new IOS stuff. Stole a few modules/plugins from WiiFlow here :P. (Tested Hermes 222 v5.1 base 38 and Waninkoko 249 base 57) 2010-10-01 15:01:19 +00:00