Non-SRM Shortcuts

This commit is contained in:
mjallen18
2025-02-24 16:54:24 -06:00
parent 000f8d7e0b
commit 52d3c20672
3 changed files with 9 additions and 8 deletions

View File

@@ -59,8 +59,10 @@ in
steamUsername = "mjallen18";
# Optional: override default paths if needed
romsDirectory = "/home/deck/Emulation/roms";
steamDirectory = "/home/deck/.local/share/Steam";
environmentVariables = {
romsDirectory = "/home/deck/Emulation/roms";
steamDirectory = "/home/deck/.local/share/Steam";
};
emulators = {
ryujinx.enable = true;
@@ -69,7 +71,6 @@ in
enable = true;
package = pkgs.dolphin-emu;
romFolder = "gc";
binaryName = "dolphin-emu";
fileTypes = [ ".iso" ".ISO" ".gcm" ".GCM" ".ciso" ".CISO" "rvz" ];
extraArgs = "-b -e \"\${filePath}\"";
};