Compare commits
No commits in common. "2d49d6aece1cb9a8ffd38cda2806ff2c7f587a8b" and "3eee85a87de571bf4c692a988143b28675aca4c6" have entirely different histories.
2d49d6aece
...
3eee85a87d
2 changed files with 1 additions and 53 deletions
|
|
@ -53,10 +53,7 @@ in {
|
||||||
GameList.RecursivePaths = [
|
GameList.RecursivePaths = [
|
||||||
"/home/toast/Games/Isos/PS2/"
|
"/home/toast/Games/Isos/PS2/"
|
||||||
];
|
];
|
||||||
"EmuCore/GS" = {
|
"EmuCore/GS".dithering_ps2 = 1;
|
||||||
dithering_ps2 = 1;
|
|
||||||
upscale_multiplier = 2;
|
|
||||||
};
|
|
||||||
EmuCore = {
|
EmuCore = {
|
||||||
EnableDiscordPresence = true;
|
EnableDiscordPresence = true;
|
||||||
EnableFastBoot = true;
|
EnableFastBoot = true;
|
||||||
|
|
@ -95,30 +92,6 @@ in {
|
||||||
LargeMotor = "SDL-0/LargeMotor";
|
LargeMotor = "SDL-0/LargeMotor";
|
||||||
SmallMotor = "SDL-0/SmallMotor";
|
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
|
# 007 nightfire
|
||||||
"PCSX2/gamesettings/SLUS-20579_5B86BB62.ini".text = lib.generators.toINI {} {
|
"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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,12 +26,6 @@
|
||||||
devices = ["steamdeck" "server" "pc" "winmax2"];
|
devices = ["steamdeck" "server" "pc" "winmax2"];
|
||||||
path = "${config.services.syncthing.dataDir}/retroarch";
|
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 = {
|
systemd.services.syncthing.serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue