.. |
BannerLoader.cpp
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
BannerLoader.h
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
BannerLoaderGC.cpp
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
BannerLoaderGC.h
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
BannerLoaderWii.cpp
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
BannerLoaderWii.h
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
Blob.cpp
|
Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859.
|
2012-05-04 00:09:01 +10:00 |
Blob.h
|
ISO compression: Report filename in corruption warnings.
|
2010-01-11 23:27:02 +00:00 |
CISOBlob.cpp
|
Fixed issue 5270. Don't ask me how, I just clean up code and then it works! I think it was int overflow.
|
2013-03-05 00:35:24 -06:00 |
CISOBlob.h
|
Fixed issue 5270. Don't ask me how, I just clean up code and then it works! I think it was int overflow.
|
2013-03-05 00:35:24 -06:00 |
CompressedBlob.cpp
|
Fix a potential memory leak in function DecompressBlobToFile in CompressedBlob.cpp
|
2013-03-07 10:59:50 -05:00 |
CompressedBlob.h
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +00:00 |
DiscScrubber.cpp
|
Fix some typos and correct some capitalizations in the log messages.
|
2013-03-31 19:13:30 -04:00 |
DiscScrubber.h
|
Fix remaining compiler warnings.
|
2013-01-31 15:29:29 -06:00 |
DriveBlob.cpp
|
Fix "DiscIO" to build with "Unicode".
|
2013-02-27 20:04:07 -06:00 |
DriveBlob.h
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +00:00 |
FileBlob.cpp
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +00:00 |
FileBlob.h
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
|
2011-03-11 10:21:46 +00:00 |
FileHandlerARC.cpp
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
FileHandlerARC.h
|
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
|
2009-07-28 21:32:10 +00:00 |
FileMonitor.cpp
|
Use mutexes in LogManager to make it threadsafe, as suggested by beistin's patch. Change some LogManager function names to be consistent with Dolphin's naming conventions.
|
2011-04-01 07:43:02 +00:00 |
FileMonitor.h
|
Hg:
|
2010-06-09 01:37:08 +00:00 |
FileSystemGCWii.cpp
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
FileSystemGCWii.h
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
Filesystem.cpp
|
Move AES to common lib
|
2010-12-22 06:00:36 +00:00 |
Filesystem.h
|
Added support for Reset (from menu). Fixes Sam & Max.
|
2012-12-26 23:10:40 +11:00 |
NANDContentLoader.cpp
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
NANDContentLoader.h
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
Volume.h
|
Fix what I broke.
|
2013-03-03 02:12:24 -06:00 |
VolumeCommon.cpp
|
Eliminate the wstring game name.
|
2013-03-02 20:00:36 -06:00 |
VolumeCreator.cpp
|
Remove the global namespace a bit and remove some dead code.
|
2011-02-02 18:21:20 +00:00 |
VolumeCreator.h
|
VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning around the bootup logic.
|
2009-12-10 09:16:10 +00:00 |
VolumeDirectory.cpp
|
Eliminate the wstring game name.
|
2013-03-02 20:00:36 -06:00 |
VolumeDirectory.h
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
VolumeGC.cpp
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
VolumeGC.h
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
VolumeWad.cpp
|
Fix WAD volume name extracting.
|
2013-03-03 19:00:29 -06:00 |
VolumeWad.h
|
Eliminate the wstring game name.
|
2013-03-02 20:00:36 -06:00 |
VolumeWiiCrypted.cpp
|
Fix more of what I broke.
|
2013-03-03 17:08:41 -06:00 |
VolumeWiiCrypted.h
|
Eliminate the wstring game name.
|
2013-03-02 20:00:36 -06:00 |
WbfsBlob.cpp
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
WbfsBlob.h
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
WiiWad.cpp
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
WiiWad.h
|
Clean up some space/tab mismatches in DiscIO and InputCommon.
|
2013-03-19 09:59:41 -04:00 |
stdafx.cpp
|
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
|
2009-07-28 21:32:10 +00:00 |
stdafx.h
|
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
|
2009-07-28 21:32:10 +00:00 |