yuzu/src
Daniel Lim Wee Soong 3b558eebee Logging: Create logging macros based on fmtlib
Add a new set of logging macros based on fmtlib
Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533

Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so
make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet
so FMT_VARIADIC is used.
2018-03-22 18:21:29 +08:00
..
common Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
core Merge pull request #215 from N00byKing/umapsharedmmry 2018-02-25 21:04:24 -08:00
input_common Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
tests memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
video_core maxwell_3d: Make constructor explicit 2018-02-13 23:47:51 -05:00
yuzu kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
yuzu_cmd Format: Run the new clang format on everything 2018-01-20 16:45:11 -07: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