Lioncash
|
ac26f8e79f
|
Pass strings by const reference where possible
|
2015-05-28 20:54:55 -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
|
66bb3000c2
|
Don't construct NANDContentLoader classes before Main.cpp runs
The cUIDsys constructor writes to <Wii user path>/sys/uid.sys.
This must not be done before Main.cpp sets the correct user paths.
|
2015-03-09 16:08:32 +01:00 |
Lioncash
|
b06ec302d1
|
Remove some unnecessary semicolons
|
2014-09-11 13:05:31 -04:00 |
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Lioncash
|
1977ea42ae
|
DiscIO: Prefix class member variables with "m_"
|
2014-09-01 15:48:02 -04:00 |
Lioncash
|
ce54c1e571
|
Kill off replaceable usages of s[n]printf.
|
2014-06-18 19:53:38 -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 |
Lioncash
|
40182a48a5
|
Cleanup enum indentations.
|
2014-02-09 16:16:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |