dolphin/Source/Core
Tony Wasserka 48a1790d81 Common: Add a generic class for accessing bitfields in a fast and endianness-independent way.
The underlying storage type of a bitfield can be any intrinsic integer type,
but also any enumeration.

Custom storage types are supported if the following things are defined on the storage type:
- casting 0 to the storage type
- bit shift operators (in both directions)
- bitwise & operator
- bitwise ~ operator
- std::make_unsigned specialization
2014-03-25 23:33:04 +01:00
..
AudioCommon Remove usesMixer function from the sound streams. 2014-03-18 10:42:07 -04:00
Common Common: Add a generic class for accessing bitfields in a fast and endianness-independent way. 2014-03-25 23:33:04 +01:00
Core Remove an unused parameter from UpdateDebugger_MapLoaded. 2014-03-23 17:19:12 -04:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Revert "Remove an unnecessary wx translation underscore macro from PHackSettings." 2014-03-23 20:28:19 -05:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Merge pull request #167 from neobrain/ogl-efbpokes 2014-03-20 15:25:56 -05:00
VideoCommon Remove superfluous bit shift 2014-03-18 04:07:45 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00