2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/yuzu_cmd
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
..
emu_window configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
CMakeLists.txt yuzu: Implement Vulkan frontend 2020-01-29 17:53:11 -03:00
config.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
config.h
default_ini.h Rebase for per game settings 2020-07-17 14:26:14 +10:00
resource.h
yuzu.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00