dolphin/Source/Core
JosJuice 301218a103 Volume: Use more appropriate types for some returned values
Disc number is changed from bool to u8, and revision is changed from
int to u16 (WADs can use all 16 bits, but discs can only use 8 bits).
2015-05-29 21:14:02 +02:00
..
AudioCommon Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Common Merge pull request #2461 from lioncash/barrier 2015-05-27 13:21:14 +10:00
Core Volume: Use more appropriate types for some returned values 2015-05-29 21:14:02 +02:00
DiscIO Volume: Use more appropriate types for some returned values 2015-05-29 21:14:02 +02:00
DolphinQt Volume: Use more appropriate types for some returned values 2015-05-29 21:14:02 +02:00
DolphinWX Volume: Use more appropriate types for some returned values 2015-05-29 21:14:02 +02:00
InputCommon Pass strings by const reference where possible 2015-05-28 20:54:55 -04:00
UICommon Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
VideoBackends OGL: Always use sampler objects. 2015-05-29 14:03:03 +02:00
VideoCommon Merge pull request #2478 from degasus/fix_prefetching 2015-05-29 01:42:48 -04:00
CMakeLists.txt