2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common/logging
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS
Migrates a remaining common file over to the Common namespace, making it
consistent with the rest of common files.

This also allows for high-traffic FS related code to alias the
filesystem function namespace as

namespace FS = Common::FS;

for more concise typing.
2020-08-16 06:52:40 -04:00
..
backend.cpp logging/backend: Make use of designated initializers 2020-08-03 10:37:48 -04:00
backend.h common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
filter.cpp
filter.h
log.h common/logging: don't use regex for path trimming 2020-01-23 23:08:05 +01:00
text_formatter.cpp
text_formatter.h