summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/FileBlob.cpp
AgeCommit message (Collapse)Author
2010-02-08Use standard C file i/o in PlainFileReader instead of Windows' functions. ↵Shawn Hoffman
Fix a memleak in CompressedBlob and VolumeDirectory. Thanks to baby.lueshi for finding the File i/o issue :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5031 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-30Use slightly different Windows file functions.Nolan Check
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3910 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in ↵XTra.KrazzY
which the project began. Now we don't have to change it every year :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-05-21Wii images can now be scrubbed and compressed (my z:tp wii is now 1.08GB :D )Shawn Hoffman
Currently scrubbing will display a warning that it removes the garbage data PERMENENTLY from the original file (mainly for speed of scrubbing). It could be removed in the future if people agree with me, since it is indeed just garbage. Any tips for making scrubbing faster would be welcomed :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3267 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-03MusicMod: A couple of fixes, more to come (when I find what is the I/O ↵XTra.KrazzY
interrupt we have to trap to only get music, and in the correct time) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1748 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-03MusicMod: Added music modification, it currently only works in WindowsJohn Peterson
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1736 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-08set svn:eol-style=native for **.cppbushing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1442 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-28Submit all kind of misc little changes and cleanup so I get a clean slate. ↵hrydgard
There should be nothing in here that really changes anything important, except fixing some types in the filesystemgc stuff. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@717 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-18Reinstated the changes from rev 568. Also fixed the actual bug: fread() was ↵Maarten ter Huurne
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. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@573 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-18Fix since mth's version killed everything, even the baby sea lionsSonicadvance1
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@572 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-18Fixed compilation of the Linux version. Also some small cleanups.Maarten ter Huurne
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@568 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-17Large blob code cleanup. Compressed ISO ("gcz") support reactivated. ↵hrydgard
Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@566 8ced0084-cf51-0410-be5f-012b33b47a6e