1
0
Fork 0
forked from suyu/suyu
suyu/src/citra_qt
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
..
config Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
debugger Memory: Add GetPhysicalPointer helper function 2015-05-09 04:02:32 -03:00
util citra-qt: Use std::abs() to get the right absolute function for s64. 2015-04-14 21:18:35 +02:00
bootmanager.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
bootmanager.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
citra-qt.rc Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
CMakeLists.txt Build app bundles on OS X. Fixes the issue where the menubar would not appear. 2015-03-07 16:09:00 -08:00
config.cpp Allow the user to set the background clear color during emulation 2015-04-03 15:35:51 -07:00
config.h License change 2014-12-20 21:20:24 -08:00
hotkeys.cpp citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.ui
main.cpp Common: Remove async logging 2015-05-12 02:31:04 -03:00
main.h Qt: Use signals for emu_thread start/stop and fix disasm widget. 2015-05-01 18:34:42 -04:00
main.ui Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash). 2015-05-01 18:35:55 -04:00
version.h citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00