citra/src/core/hle
Lioncash 39fcc3a589 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-17 16:41:10 +01:00
..
applets Merge pull request #4400 from wwylele/core-timing-global 2018-11-06 20:04:56 -05:00
kernel Merge pull request #4405 from wwylele/svc-global 2018-11-16 00:07:50 -05:00
service service: Mark MakeFunctionString with the [[maybe_unused]] attribute. 2018-11-17 16:41:10 +01:00
ipc.h Kernel/Thread: move thread queue, current thread, and scheduling related function into the manager 2018-10-26 16:07:11 -04:00
ipc_helpers.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
lock.cpp
lock.h
result.h ResultCode: use default copy assignment 2018-11-12 13:59:34 -05:00
romfs.cpp
romfs.h