Steam Rom Manager 使用记录
一、平台及软件
steam deck
yuzu模拟器及Steam Rom Manager(商店版)
来源链接:https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/yuzu.md

二、软件安装(略)
三、软件配置
3.1 Yuzu模拟器 参考其他up主
3.2 Steam Rom Manager
打开SRM软件开始界面


如果community Presets能够打开,那么可以关闭此图文了!拜!
如果打不开,那么继续操作。

主要目的是为了下载community Presets的预设文件config presets.



此时就可以打开community Presets里预设文件,选择你需要的模拟器文件配置。

这样就完成了第一步!好耶ヽ(✿゚▽゚)ノ



3-2-10 预设配置-2
如果没有下载预设,可以按照此配置设置也是可以。

然后就可以save了!

"Nintendo Switch - Yuzu(Flatpak)": {
"parserType": "Glob",
"configTitle": "Nintendo Switch - Yuzu(Flatpak)",
"steamCategory": "${switch}",//修改了预设配置,不影响
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
"startInDirectory": "",
"titleModifier": "${fuzzyTitle}",
"executableArgs": "run org.yuzu_emu.yuzu -f -g \"${filePath}\"",
"onlineImageQueries": "${${fuzzyTitle}}",
"imagePool": "${fuzzyTitle}",
"imageProviders": [
"SteamGridDB"
],
"defaultImage": "",
"defaultTallImage": "",
"defaultHeroImage": "",
"defaultLogoImage": "",
"defaultIcon": "",
"localImages": "",
"localTallImages": "",
"localHeroImages": "",
"localLogoImages": "",
"localIcons": "",
"disabled": false,
"userAccounts": {
"specifiedAccounts": "",
"skipWithMissingDataDir": true,
"useCredentials": true
},
"parserInputs": {
"glob": "${title}@(.kip|.KIP|.nca|.NCA|.nro|.NRO|.nso|.NSO|.nsp|.NSP|.xci|.XCI)"
},
"titleFromVariable": {
"limitToGroups": "",
"caseInsensitiveVariables": false,
"skipFileIfVariableWasNotFound": false,
"tryToMatchTitle": false
},
"fuzzyMatch": {
"replaceDiacritics": true,
"removeCharacters": true,
"removeBrackets": true
},
"executable": {
"path": "/usr/bin/flatpak",
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 3,
"imageProviderAPIs": {
"SteamGridDB": {
"nsfw": false,
"humor": false,
"imageMotionTypes": [
"static"
],
"styles": [],
"stylesHero": [],
"stylesLogo": [],
"stylesIcon": []
}
}
},

Yuzu 配置文件



4、结束
后续配置参考其他up主,不再赘述。