citra/src
Daniel Lim Wee Soong 51398e0301 Logging: Add customizable logging backends and fmtlib based macros
* Change the logging backend to support multiple sinks through the
Backend Interface
* Add a new set of logging macros to use fmtlib instead.
* Qt: Compile as GUI application on windows to make the console hidden by
default. Add filter configuration and a button to open log location.
* SDL: Migrate to the new logging macros
2018-04-23 21:32:56 -06:00
..
audio_core Replace format specifiers for all usages of ASSERT_MSG 2018-03-27 23:28:42 +08:00
citra Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
citra_qt Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
common Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
core Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
dedicated_room citra-room: Use the default OpenGL loader instead of SDL_GL_GetProcAddress 2018-04-06 20:27:47 +01:00
input_common input_common: Migrate logging macros 2018-03-25 17:46:02 +08:00
network More minor issue fixes 2018-04-19 10:28:19 -06:00
tests Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core shader: avoid recomputing hash for the same program 2018-04-17 09:47:59 +03:00
web_service verify_login: Make VerifyLogin exceptionless 2018-03-28 21:34:21 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00