dolphin/Source/Core/DiscIO/Src
nakeee 8777917177 warning fixes
(may break sound on wii, look in the changelog of 
Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp
if you wish to know why)



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1306 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-11-26 19:42:22 +00:00
..
AES More PadSimple config dialog work. Added short function to avoid code repetition and easy code reading. Also fixed some C99 infinite loop declarations. 2008-09-24 20:21:17 +00:00
BannerLoader.cpp updating the HLE FS and FileIO 2008-11-01 15:59:06 +00:00
BannerLoader.h More GFX plugin cleanup, still no visible changes. 2008-07-20 12:26:32 +00:00
BannerLoaderGC.cpp Added ReadBannerRGBA8 function to GCMemcard class. 2008-08-31 20:35:41 +00:00
BannerLoaderGC.h More GFX plugin cleanup, still no visible changes. 2008-07-20 12:26:32 +00:00
BannerLoaderWii.cpp warning fixes 2008-11-26 19:42:22 +00:00
BannerLoaderWii.h some cleanup 2008-11-26 17:16:54 +00:00
Blob.cpp Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. 2008-09-17 23:25:35 +00:00
Blob.h Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. 2008-09-17 23:25:35 +00:00
CompressedBlob.cpp Assorted warning fixes, small mixer improvement when both DTK and HLE audio are used 2008-11-09 13:17:17 +00:00
CompressedBlob.h Added newline at end of file. 2008-09-18 00:20:51 +00:00
DriveBlob.cpp Added newline at end of file. 2008-09-22 08:14:15 +00:00
DriveBlob.h Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. 2008-09-17 23:25:35 +00:00
FileBlob.cpp Submit all kind of misc little changes and cleanup so I get a clean slate. There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. 2008-09-28 16:49:58 +00:00
FileBlob.h Reinstated the changes from rev 568. Also fixed the actual bug: fread() was told to read 1 n-byte record, while it should be told to read n 1-byte records, so we know exactly how much it actually read. 2008-09-18 08:29:10 +00:00
FileHandlerARC.cpp Unified two very, very similar structures with the name "SFileInfo" 2008-09-21 13:32:33 +00:00
FileHandlerARC.h Unified two very, very similar structures with the name "SFileInfo" 2008-09-21 13:32:33 +00:00
FileSystemGCWii.cpp Massive style & comment cleanup of (mostly) GL plugin - also split some large files. A minor speedup for BP writes - merged the two switch()-es. 2008-10-17 11:30:14 +00:00
FileSystemGCWii.h Submit all kind of misc little changes and cleanup so I get a clean slate. There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. 2008-09-28 16:49:58 +00:00
Filesystem.cpp constification, code style, changed vector<FileInfo*> to vector<FileInfo> for less allocs and more speed in debug mode 2008-09-22 20:35:44 +00:00
Filesystem.h Submit all kind of misc little changes and cleanup so I get a clean slate. There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. 2008-09-28 16:49:58 +00:00
SConscript Added new source file "VolumeDirectory.cpp". And reformatted. 2008-09-23 00:35:07 +00:00
Volume.h updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeCreator.cpp replaced the ugly wx window with PanicYesNo 2008-11-26 18:20:28 +00:00
VolumeCreator.h added VolumeDirectory and modified ELF boot code to allow a directory on the user's computer to appear as the DVD drive. Linux support needs to be added. Added functionality to the Wii DI. Clicking on a data symbol in the code window sets the memory list to that address. 2008-09-23 00:05:08 +00:00
VolumeDirectory.cpp updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeDirectory.h updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeGC.cpp updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeGC.h updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeWiiCrypted.cpp updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
VolumeWiiCrypted.h updated the filesystemviewer. maybe someone can help and explain why the treectrl doesn't work for me in non-debug builds? 2008-10-09 05:33:24 +00:00
stdafx.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.h Initial megacommit. 2008-07-12 17:40:22 +00:00