Skip to content

Commit

Permalink
Replace FS_LAYER_TYPE_SAVE_REPLACE_IGNORE_VOL_SAVE_COMMON with FS_LAY…
Browse files Browse the repository at this point in the history
…ER_TYPE_SAVE_REPLACE_FOR_CURRENT_USER
  • Loading branch information
Maschell committed Apr 28, 2024
1 parent 10b1d47 commit 019521a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/content_redirection/redirection.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 019521a

Please sign in to comment.