dolphin-emulator/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
BannerLoader.h
BannerLoaderGC.cpp
BannerLoaderGC.h
BannerLoaderWii.cpp
BannerLoaderWii.h
Blob.cpp
Blob.h Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
CISOBlob.cpp
CISOBlob.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
CMakeLists.txt
CompressedBlob.cpp
CompressedBlob.h
DiscIO.vcxproj
DiscIO.vcxproj.filters
DiscScrubber.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
DiscScrubber.h
DriveBlob.cpp
DriveBlob.h
FileBlob.cpp
FileBlob.h
FileHandlerARC.cpp
FileHandlerARC.h
FileMonitor.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
FileMonitor.h
Filesystem.cpp
Filesystem.h
FileSystemGCWii.cpp Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
FileSystemGCWii.h
NANDContentLoader.cpp
NANDContentLoader.h
stdafx.cpp
stdafx.h
Volume.h
VolumeCommon.cpp
VolumeCreator.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
VolumeCreator.h
VolumeDirectory.cpp
VolumeDirectory.h
VolumeGC.cpp
VolumeGC.h
VolumeWad.cpp
VolumeWad.h
VolumeWiiCrypted.cpp
VolumeWiiCrypted.h
WbfsBlob.cpp
WbfsBlob.h
WiiWad.cpp
WiiWad.h