yuzu-fork/src
ameerj 84b4ac5729 logging: Fix log filter during initialization
The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value.

This fixes that oversight, along with using descriptive exceptions instead of abort() calls.
2021-08-24 01:32:38 -04:00
..
audio_core Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
common logging: Fix log filter during initialization 2021-08-24 01:32:38 -04:00
core logging: Fix log filter during initialization 2021-08-24 01:32:38 -04:00
input_common input_common: Disable sdl raw input mode 2021-08-12 13:17:07 -05:00
shader_recompiler SPIR-V: Merge two ifs in EmitGetAttribute 2021-08-19 20:13:46 +03:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #6888 from v1993/patch-3 2021-08-21 00:16:18 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu logging: Fix log filter during initialization 2021-08-24 01:32:38 -04:00
yuzu_cmd logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
.clang-format
CMakeLists.txt shader: Initial recompiler work 2021-07-22 21:51:21 -04:00