Gaming/pcsx2: add more settings
This commit is contained in:
parent
4b1ea077d3
commit
56442c00dd
1 changed files with 8 additions and 1 deletions
|
|
@ -53,7 +53,14 @@ in {
|
|||
GameList.RecursivePaths = [
|
||||
"/home/toast/Games/Isos/PS2/"
|
||||
];
|
||||
EmuCore.EnableDiscordPresence = true;
|
||||
"EmuCore/GS".dithering_ps2 = 1;
|
||||
EmuCore = {
|
||||
EnableDiscordPresence = true;
|
||||
EnableFastBoot = true;
|
||||
McdFolderAutoManage = false;
|
||||
};
|
||||
|
||||
MemoryCards.Slot1_Filename = "MemoryCard1.ps2";
|
||||
|
||||
# Controller settings
|
||||
Pad1 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue