dolphin/Source/Core
Tillmann Karras d05e205a24 FPURoundMode: revert use of enums in bit-fields
The workaround of using fixed underlying types produces lots of warnings
in GCC because now the bit-fields are too small for the value range used
for conversion semantics.
2014-03-09 15:24:35 +01:00
..
AudioCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Common FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
Core FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
DiscIO Add two other formats to the list of extensions in IsSoundFile 2014-03-04 08:57:07 -05:00
DolphinWX Merge pull request #96 from lioncash/remove-console-correctly 2014-03-08 15:54:06 +13:00
InputCommon Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
VideoBackends SW renderer: add missing ClearCurrent() 2014-03-06 01:53:29 +01:00
VideoCommon Fixes include order of TextureConversionShader.cpp 2014-03-09 12:38:29 +13:00
CMakeLists.txt