Add support for AOC replacement

This commit is contained in:
Maschell 2022-10-10 19:31:58 +02:00
parent 780af2d5b6
commit 8ea33efc7f
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@ typedef enum FSLayerType {
* Existing files in /vol/save will be ignored, only files in the layer (provided via the replacementDir) will be used.
*/
FS_LAYER_TYPE_SAVE_REPLACE,
/*
* Same as FS_LAYER_TYPE_CONTENT_REPLACE, but for /vol/aoc
*/
FS_LAYER_TYPE_AOC_REPLACE,
/*
* Same as FS_LAYER_TYPE_CONTENT_MERGE, but for /vol/aoc
*/
FS_LAYER_TYPE_AOC_MERGE,
} FSLayerType;
typedef enum ContentRedirectionStatus {