diff --git a/roles/gaming/programs/pcsx2.nix b/roles/gaming/programs/pcsx2.nix index 31b2fb9..c475c07 100644 --- a/roles/gaming/programs/pcsx2.nix +++ b/roles/gaming/programs/pcsx2.nix @@ -53,10 +53,7 @@ in { GameList.RecursivePaths = [ "/home/toast/Games/Isos/PS2/" ]; - "EmuCore/GS" = { - dithering_ps2 = 1; - upscale_multiplier = 2; - }; + "EmuCore/GS".dithering_ps2 = 1; EmuCore = { EnableDiscordPresence = true; EnableFastBoot = true; @@ -95,30 +92,6 @@ in { LargeMotor = "SDL-0/LargeMotor"; SmallMotor = "SDL-0/SmallMotor"; }; - # Default hotkeys - Hotkeys = { - ToggleFullscreen = "Keyboard/Alt & Keyboard/Return"; - CycleAspectRatio = "Keyboard/F6"; - CycleInterlaceMode = "Keyboard/F5"; - CycleMipmapMode = "Keyboard/Insert"; - GSDumpMultiFrame = "Keyboard/Control & Keyboard/Shift & Keyboard/F8"; - Screenshot = "Keyboard/F8"; - GSDumpSingleFrame = "Keyboard/Shift & Keyboard/F8"; - ToggleSoftwareRendering = "Keyboard/F9"; - ZoomIn = "Keyboard/Control & Keyboard/Plus"; - ZoomOut = "Keyboard/Control & Keyboard/Minus"; - InputRecToggleMode = "Keyboard/Shift & Keyboard/R"; - LoadStateFromSlot = "Keyboard/F3"; - SaveStateToSlot = "Keyboard/F1"; - NextSaveStateSlot = "Keyboard/F2"; - PreviousSaveStateSlot = "Keyboard/Shift & Keyboard/F2"; - OpenPauseMenu = "Keyboard/Escape"; - ToggleFrameLimit = "Keyboard/F4"; - TogglePause = "Keyboard/Space"; - ToggleSlowMotion = "Keyboard/Shift & Keyboard/Backtab"; - ToggleTurbo = "Keyboard/Tab"; - HoldTurbo = "Keyboard/Period"; - }; }; # 007 nightfire "PCSX2/gamesettings/SLUS-20579_5B86BB62.ini".text = lib.generators.toINI {} { @@ -133,23 +106,4 @@ in { ''; }; }; - - # Syncthing - services.syncthing.settings.folders."pcsx2" = { - label = "PCSX2"; - id = "qcdsp-qaaej"; - devices = ["steamdeck" "server" "pc" "winmax2"]; - path = "~/.config/PCSX2"; - }; - home-manager.users.toast.xdg.configFile = { - "PCSX2/.stignore".text = '' - cahe - bios - gamesettings - inis/PCSX2.int* - inis/debuggersettings - inputprofiles - logs - ''; - }; } diff --git a/roles/server/syncthing.nix b/roles/server/syncthing.nix index b989171..b0e8f8c 100755 --- a/roles/server/syncthing.nix +++ b/roles/server/syncthing.nix @@ -26,12 +26,6 @@ devices = ["steamdeck" "server" "pc" "winmax2"]; path = "${config.services.syncthing.dataDir}/retroarch"; }; - "pcsx2" = { - label = "PCSX2"; - id = "qcdsp-qaaej"; - devices = ["steamdeck" "server" "pc" "winmax2"]; - path = "${config.services.syncthing.dataDir}/pcsx2"; - }; }; }; systemd.services.syncthing.serviceConfig = {