Gaming/pcsx2: set resolution multiplayer
This commit is contained in:
parent
3eee85a87d
commit
6b8e8fc132
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ in {
|
||||||
GameList.RecursivePaths = [
|
GameList.RecursivePaths = [
|
||||||
"/home/toast/Games/Isos/PS2/"
|
"/home/toast/Games/Isos/PS2/"
|
||||||
];
|
];
|
||||||
"EmuCore/GS".dithering_ps2 = 1;
|
"EmuCore/GS" = {
|
||||||
|
dithering_ps2 = 1;
|
||||||
|
upscale_multiplier = 2;
|
||||||
|
};
|
||||||
EmuCore = {
|
EmuCore = {
|
||||||
EnableDiscordPresence = true;
|
EnableDiscordPresence = true;
|
||||||
EnableFastBoot = true;
|
EnableFastBoot = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue