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
..
2016-03-13 04:54:23 +01:00
2018-01-08 19:20:10 -05:00
2017-01-28 15:30:18 +01:00
2016-12-26 10:41:26 +02:00
2017-03-01 23:30:57 +02:00
2017-03-01 23:30:57 +02:00
2016-12-05 19:09:16 +01:00
2016-12-26 10:41:26 +02:00
2016-12-05 19:09:16 +01:00
2017-09-30 09:34:35 +01:00