yuzu/src
Lioncash 76197a4be9 common/color: Get rid of undefined behavior
Gets rid of type punning via reinterpret_cast within functions. Instead,
we use memcpy to transfer the contents across types.
2018-08-08 16:14:37 -04:00
..
audio_core Make building cubeb optional 2018-08-07 13:21:56 +02:00
common common/color: Get rid of undefined behavior 2018-08-08 16:14:37 -04:00
core Merge pull request #850 from DarkLordZach/icon-meta 2018-08-08 12:27:19 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
video_core Merge pull request #964 from Hexagon12/lower-logs 2018-08-07 19:00:19 -04:00
yuzu Merge pull request #850 from DarkLordZach/icon-meta 2018-08-08 12:27:19 -04:00
yuzu_cmd Merge pull request #912 from lioncash/global-var 2018-08-05 16:37:39 -04:00
.clang-format
CMakeLists.txt