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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/fs/path_util.h') diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h index 7cfe85b70..ba28964d0 100644 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h @@ -12,6 +12,7 @@ namespace Common::FS { enum class YuzuPath { YuzuDir, // Where yuzu stores its data. + AmiiboDir, // Where Amiibo backups are stored. CacheDir, // Where cached filesystem data is stored. ConfigDir, // Where config files are stored. DumpDir, // Where dumped data is stored. -- cgit v1.2.3