yuzu/src
Yuri Kunde Schlesner b88c91dd3d Common: Remove async logging
It provided a large increase in complexity of the logging system while
having a negligible performance impact: the usage patterns of the ring
buffer meant that each log contended with the logging thread, causing
it to effectively act as a synchronous extra buffering.

Also removed some broken code related to filtering of subclasses which
was broken since it was introduced. (Which means no one ever used that
feature anyway, since, 8 months later, no one ever complained.)
2015-05-12 02:31:04 -03:00
..
assets Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
citra Common: Remove async logging 2015-05-12 02:31:04 -03:00
citra_qt Common: Remove async logging 2015-05-12 02:31:04 -03:00
common Common: Remove async logging 2015-05-12 02:31:04 -03:00
core Merge pull request #748 from Subv/tls_max 2015-05-11 23:32:28 -04:00
video_core Implement I4 texture format 2015-05-10 18:59:22 -07:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00