mirror of
https://github.com/wiiu-env/libcontentredirection.git
synced 2024-11-27 13:54:14 +01:00
Replace FS_LAYER_TYPE_SAVE_REPLACE_IGNORE_VOL_SAVE_COMMON with FS_LAYER_TYPE_SAVE_REPLACE_FOR_CURRENT_USER
This commit is contained in:
parent
10b1d471be
commit
019521adc1
@ -43,10 +43,10 @@ typedef enum FSLayerType {
|
|||||||
*/
|
*/
|
||||||
FS_LAYER_TYPE_AOC_MERGE,
|
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.
|
* 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;
|
} FSLayerType;
|
||||||
|
|
||||||
typedef enum ContentRedirectionStatus {
|
typedef enum ContentRedirectionStatus {
|
||||||
|
Loading…
Reference in New Issue
Block a user