suyu/src
Weiyi Wang 71530781f3 common/swap: remove default value for swap type internal storage
This is compromise for swap type being used in union. A union has deleted default constructor if it has at least one variant member with non-trivial default constructor, and no variant member of T has a default member initializer. In the use case of Bitfield, all variant members will be the swap type on endianness mismatch, which would all have non-trivial default constructor if default value is specified, and non of them can have member initializer
2019-02-06 17:24:27 +01:00
..
audio_core dsp_interface: fix sound being played while volume is 0 2019-01-26 22:42:09 +01:00
common common/swap: remove default value for swap type internal storage 2019-02-06 17:24:27 +01:00
core Merge pull request #2073 from lioncash/opus 2019-02-01 13:02:16 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #2081 from ReinUsesLisp/lmem-64 2019-02-05 09:17:48 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
yuzu_cmd citra_qt: Log settings on launch 2019-01-22 23:35:38 +01:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00