From 019521adc1218bd9d4c8ed077ef75dad029ff089 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 28 Apr 2024 14:35:47 +0200 Subject: [PATCH] Replace FS_LAYER_TYPE_SAVE_REPLACE_IGNORE_VOL_SAVE_COMMON with FS_LAYER_TYPE_SAVE_REPLACE_FOR_CURRENT_USER --- include/content_redirection/redirection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/content_redirection/redirection.h b/include/content_redirection/redirection.h index 88a259f..992ece8 100644 --- a/include/content_redirection/redirection.h +++ b/include/content_redirection/redirection.h @@ -43,10 +43,10 @@ typedef enum FSLayerType { */ FS_LAYER_TYPE_AOC_MERGE, - /* Redirects the /vol/save to a given path but leaves the /vol/save/common directory as it is. + /* Redirects the /vol/save/8XXXXXXX to a given path for the current user * Existing files in /vol/save/8XXXXXXX will be ignored, only files in the layer (provided via the replacementDir) will be used. */ - FS_LAYER_TYPE_SAVE_REPLACE_IGNORE_VOL_SAVE_COMMON, + FS_LAYER_TYPE_SAVE_REPLACE_FOR_CURRENT_USER, } FSLayerType; typedef enum ContentRedirectionStatus {