yuzu/src/common/logging
Morph cf0b9d1de2 common: fs: file: Remove [[nodiscard]] attribute from Flush
Similarly, Flush() is typically called to attempt to flush a file into the disk. In the one case where this is used, we do not care whether the flush has succeeded or not, making [[nodiscard]] unnecessary.
2021-06-22 13:36:24 -04:00
..
backend.cpp common: fs: file: Remove [[nodiscard]] attribute from Flush 2021-06-22 13:36:24 -04:00
backend.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
log.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2021-04-14 23:10:58 -04:00
types.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00