Tres Walsh
|
e3e290123b
|
Fix compiler error for win64 (SFileInfo doesn't get used much so a copy won't kill us)
|
2015-01-11 15:59:50 -08:00 |
Tres Walsh
|
9e541f6d2d
|
Reduce number of allocations in CFileSystemGCWii::BuildFilenames
Modify SFileInfo to use a default move constructor, and no copy constructor.
Modify SFileInfo to use member initializers.
|
2015-01-11 13:42:50 -08: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 |
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 |