Lime3DS/src
Lioncash c47c24bbd2 common/bit_field: Make BitField trivially copyable
This makes the class much more flexible and doesn't make performing
copies with classes that contain a bitfield member a pain.

Given BitField instances are only intended to be used within unions, the
fact the full storage value would be copied isn't a big concern (only
sizeof(union_type) would be copied anyways).

While we're at it, provide defaulted move constructors for consistency.
2019-03-16 04:10:03 +01:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core audio_core/codec: Resolve truncation warnings within DecodeADPCM 2019-03-02 14:06:30 +01:00
citra sdl: add GLES support 2019-02-03 15:58:09 -06:00
citra_qt frontend: qt: fix a freeze where... 2019-03-12 13:35:33 -06:00
common common/bit_field: Make BitField trivially copyable 2019-03-16 04:10:03 +01:00
core nfc: Improve implementation of GetAmiiboConfig 2019-03-12 19:08:01 +01:00
dedicated_room network: Make citra mods optional and disabled by default 2018-12-15 22:47:07 +08:00
input_common common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
network network: remove cpp-jwt library dependency 2018-12-31 23:23:09 -05:00
tests Merge pull request #4617 from wwylele/hle-service-clean 2019-02-25 10:22:13 -05:00
video_core common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
web_service web_service: Change endpoint to /lobby. 2018-12-16 10:48:42 +08:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00