Persist persistent_settings.dat on steam deck.
This commit is contained in:
@@ -68,7 +68,6 @@ in
|
||||
source = ./files/CurrentSettings.ini;
|
||||
};
|
||||
|
||||
# TODO: Persist file .config/rpcs3/GuiConfigs/persistent_settings.dat # play times and recently played
|
||||
me.persist.directories = [
|
||||
".config/rpcs3/games" # Location of ROMs.
|
||||
".config/rpcs3/dev_hdd0"
|
||||
@@ -79,6 +78,9 @@ in
|
||||
".config/rpcs3/input_configs" # Controller config.
|
||||
".config/rpcs3/Icons" # Game icons.
|
||||
];
|
||||
me.persist.files = [
|
||||
".config/rpcs3/GuiConfigs/persistent_settings.dat" # play times and recently played
|
||||
];
|
||||
me.state.directories = [ ".cache/rpcs3" ];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
||||
Reference in New Issue
Block a user