mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-05 06:07:51 -05:00
LOG_TRACE is only enabled on debug builds which can be quite slow when trying to debug graphics issues. Instead we can log the messages to the debug log, which is available on both release and debug builds.