mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
add PSP save states to syncthing
This commit is contained in:
parent
25b9aefe77
commit
af3bde9f91
@ -28,6 +28,10 @@
|
|||||||
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
||||||
devices = [ "kestrel" ];
|
devices = [ "kestrel" ];
|
||||||
};
|
};
|
||||||
|
"PSP Save State" = {
|
||||||
|
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||||
|
devices = [ "kestrel" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,10 @@
|
|||||||
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
path = "/home/${user}/.config/ppsspp/PSP/SAVEDATA";
|
||||||
devices = [ "bulwark" ];
|
devices = [ "bulwark" ];
|
||||||
};
|
};
|
||||||
|
"PSP Save State" = {
|
||||||
|
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||||
|
devices = [ "bulwark" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user