Tillmann Karras
|
df79398445
|
DiscIO: drop unused stuff
|
2015-11-10 17:03:08 +01:00 |
JosJuice
|
618ccf6109
|
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
IFileSystem::GetBootDOLSize acts the same. The only difference is that it
reads the DOL offset on its own, but this change makes that optional.
|
2015-10-17 20:52:26 +02:00 |
Lioncash
|
7ee0e75633
|
Remove unnecessary virtual keywords
|
2015-07-30 10:33:08 -04:00 |
comex
|
2ae6fb9240
|
Merge pull request #2338 from JosJuice/getfilelist-return
Filesystem: Return file list reference instead of modifying argument
|
2015-06-02 20:28:25 -04:00 |
Ryan Houdek
|
5911dd528a
|
Merge pull request #2361 from JosJuice/filesystem-read32
Remove CFileSystemGCWii::Read32
|
2015-05-25 23:40:28 -04:00 |
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
JosJuice
|
272f9d3cbc
|
FileSystemGCWii: Allow reading files partially
|
2015-05-03 15:44:24 +02:00 |
JosJuice
|
0d9ca081bb
|
Remove CFileSystemGCWii::Read32
A function that does the same thing was added to IVolume in 4cd00e3 .
|
2015-05-03 11:39:20 +02:00 |
JosJuice
|
d43a920924
|
Filesystem: Return file list reference instead of modifying argument
|
2015-04-28 12:48:05 +02:00 |
JosJuice
|
bb93336ecf
|
DiscIO: Replace "raw" functions with "decrypt" parameters
This is intended to make decryption look less implicit in the code.
|
2014-12-28 10:35:48 +01:00 |
Lioncash
|
bd1ce18f90
|
Simplify file tree building for the filesystem view.
Technically this also simplifies on disc filename building in general.
|
2014-03-16 16:54:00 -04:00 |
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
Tillmann Karras
|
f28116b7da
|
clang-modernize -add-override
|
2014-03-09 21:12:01 +01:00 |
Pierre Bourdon
|
c698c07755
|
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 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
lioncash
|
d2038049f5
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |