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;