dolphin/Source/Core
Pierre Bourdon 494a60e41b VertexLoader: Change VtxDesc to use u64 instead of u32
This is required to make packing consistent between compilers: with u32, MSVC
would not allocate a bitfield that spans two u32s (it would leave a "hole").
2014-09-01 11:18:02 +02:00
..
AudioCommon AudioCommon: Get rid of now unused handle param for InitSoundStream() 2014-08-30 23:36:00 -04:00
Common Common: Clean up brace placements 2014-08-30 18:06:35 -04:00
Core VertexLoader: Change VtxDesc to use u64 instead of u32 2014-09-01 11:18:02 +02:00
DiscIO DiscIO: Clean up brace placements 2014-08-30 18:06:43 -04:00
DolphinWX DolphinWX: Clean up brace placements 2014-08-30 18:06:48 -04:00
InputCommon InputCommon: Clean up brace placements 2014-08-30 18:06:44 -04:00
VideoBackends VertexLoader: Change VtxDesc to use u64 instead of u32 2014-09-01 11:18:02 +02:00
VideoCommon VertexLoader: Change VtxDesc to use u64 instead of u32 2014-09-01 11:18:02 +02:00
CMakeLists.txt