add Ryujinx saves to nixos

This commit is contained in:
Tyler Starr 2024-08-16 18:44:46 -07:00
parent 346d2c3311
commit 3eed509070
2 changed files with 10 additions and 2 deletions

View File

@ -22,7 +22,11 @@
path = "/home/${user}/.local/share/dolphin-emu/GC"; path = "/home/${user}/.local/share/dolphin-emu/GC";
devices = [ "kestrel" ]; devices = [ "kestrel" ];
}; };
"Switch Saves" = { "Ryujinx Saves" = {
path = "/home/${user}/.config/Ryujinx/bis";
devices = [ "kestrel" ];
};
"Yuzu Saves" = {
path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644"; path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644";
devices = [ "kestrel" ]; devices = [ "kestrel" ];
}; };

View File

@ -25,7 +25,11 @@
path = "/home/${user}/.local/share/dolphin-emu/GC"; path = "/home/${user}/.local/share/dolphin-emu/GC";
devices = [ "bulwark" ]; devices = [ "bulwark" ];
}; };
"Switch Saves" = { "Ryujinx Saves" = {
path = "/home/${user}/.config/Ryujinx/bis";
devices = [ "bulwark" ];
};
"Yuzu Saves" = {
path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644"; path = "/home/${user}/.local/share/yuzu/nand/user/save/0000000000000000/705C6CE0127692D598F92E68B640D644";
devices = [ "bulwark" ]; devices = [ "bulwark" ];
}; };