Gaming/pcsx2: set resolution multiplayer

This commit is contained in:
Toast 2024-05-01 02:25:52 +02:00
parent 3eee85a87d
commit 6b8e8fc132

View file

@ -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;