dolphin/Source/Core/DiscIO
Scott Mansell d4a2afe345 Fix another protential issue with casting.
Another issue from #334 with the casting moved from the output of
min to it's inputs.

This is a non-issue on 64 bit machines, but if dolphin is compiled
on an OS with size_t == u32 (say ARM) then remainingSize could be
truncated.

Restored the casting to the original order before #334.
2014-07-15 01:38:05 +12:00
..
BannerLoader.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
BannerLoader.h Reorder class initializer lists 2014-07-04 03:53:22 +02:00
BannerLoaderGC.cpp DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
BannerLoaderGC.h DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
BannerLoaderWii.cpp DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
BannerLoaderWii.h DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader 2014-06-29 15:40:18 -04:00
Blob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Blob.h Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
CISOBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CISOBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CMakeLists.txt Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
CompressedBlob.cpp Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
CompressedBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DiscIO.vcxproj Remove the 32-bit config platform from the VS solution and projects 2014-06-24 22:07:26 -04:00
DiscIO.vcxproj.filters Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DiscScrubber.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
DiscScrubber.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DriveBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
DriveBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
FileBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
FileBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
FileHandlerARC.cpp Fix ISO Directory extraction. 2014-06-29 14:22:06 -05:00
FileHandlerARC.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
FileMonitor.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
FileMonitor.h Simplify ShowSound() in FileMonitor.cpp. 2014-03-04 08:39:25 -05:00
FileSystemGCWii.cpp Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
FileSystemGCWii.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
Filesystem.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
Filesystem.h Simplify file tree building for the filesystem view. 2014-03-16 16:54:00 -04:00
NANDContentLoader.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
NANDContentLoader.h Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
Volume.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
VolumeCommon.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
VolumeCreator.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
VolumeCreator.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
VolumeDirectory.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
VolumeDirectory.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
VolumeGC.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VolumeGC.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
VolumeWad.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
VolumeWad.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
VolumeWiiCrypted.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
VolumeWiiCrypted.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
WbfsBlob.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
WbfsBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
WiiWad.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
WiiWad.h Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00