mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-25 08:22:53 +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).