From 6b8e8fc132aa1b86cc0da72f92e95f8e5e248637 Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 1 May 2024 02:25:52 +0200 Subject: [PATCH] Gaming/pcsx2: set resolution multiplayer --- roles/gaming/programs/pcsx2.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/gaming/programs/pcsx2.nix b/roles/gaming/programs/pcsx2.nix index c475c07..22792a8 100644 --- a/roles/gaming/programs/pcsx2.nix +++ b/roles/gaming/programs/pcsx2.nix @@ -53,7 +53,10 @@ in { GameList.RecursivePaths = [ "/home/toast/Games/Isos/PS2/" ]; - "EmuCore/GS".dithering_ps2 = 1; + "EmuCore/GS" = { + dithering_ps2 = 1; + upscale_multiplier = 2; + }; EmuCore = { EnableDiscordPresence = true; EnableFastBoot = true;