From 107aa52cdbf9c6e7dc4a6e95da3ae18bc382778e Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 4 Jun 2023 15:50:44 -0600 Subject: service: nfc: Add backup support --- src/common/fs/path_util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/fs/path_util.cpp') diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp index e026a13d9..d71cfacc6 100644 --- a/src/common/fs/path_util.cpp +++ b/src/common/fs/path_util.cpp @@ -114,6 +114,7 @@ public: #endif GenerateYuzuPath(YuzuPath::YuzuDir, yuzu_path); + GenerateYuzuPath(YuzuPath::AmiiboDir, yuzu_path / AMIIBO_DIR); GenerateYuzuPath(YuzuPath::CacheDir, yuzu_path_cache); GenerateYuzuPath(YuzuPath::ConfigDir, yuzu_path_config); GenerateYuzuPath(YuzuPath::DumpDir, yuzu_path / DUMP_DIR); -- cgit v1.2.3