mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-09 19:39:12 +00:00
When yuzu is compiled in release mode this function is unused, however, when compiled in debug mode, it's used within a LOG_TRACE statement. This prevents erroneous compilation warnings about an unused function (that isn't actually totally unused).