suyu/src
Lioncash 5d9ee12b1a
file_util: Remove compiler version checks around is_trivially_copyable()
The minimum clang/GCC versions we support already support this. We can also
remove is_standard_layout(), as fread and fwrite only require the type to be
trivially copyable.
2018-04-28 15:31:23 -04:00
..
common file_util: Remove compiler version checks around is_trivially_copyable() 2018-04-28 15:31:23 -04:00
core core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 2018-04-27 11:57:52 -04:00
input_common input_common: Move old logging macros over to fmt-capable ones 2018-04-26 19:09:25 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core Merge pull request #408 from bunnei/shader-ints-p2 2018-04-27 16:06:09 -04:00
yuzu frontends: Move logging macros over to new fmt-capable ones 2018-04-26 19:14:48 -04:00
yuzu_cmd frontends: Move logging macros over to new fmt-capable ones 2018-04-26 19:14:48 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00