yuzu/src
Lioncash 958fa15a4c service: Mark MakeFunctionString with the [[maybe_unused]] attribute.
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).
2018-11-14 00:49:04 -05:00
..
audio_core
common
core service: Mark MakeFunctionString with the [[maybe_unused]] attribute. 2018-11-14 00:49:04 -05:00
input_common
tests
video_core
web_service
yuzu
yuzu_cmd
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt