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/fs_paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/fs/fs_paths.h') diff --git a/src/common/fs/fs_paths.h b/src/common/fs/fs_paths.h index c77c112f1..61bac9eba 100644 --- a/src/common/fs/fs_paths.h +++ b/src/common/fs/fs_paths.h @@ -10,6 +10,7 @@ // Sub-directories contained within a yuzu data directory +#define AMIIBO_DIR "amiibo" #define CACHE_DIR "cache" #define CONFIG_DIR "config" #define DUMP_DIR "dump" -- cgit v1.2.3