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能夠打開,那么可以關閉此圖文了!拜!
如果打不開,那么繼續(xù)操作。

主要目的是為了下載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、結束
后續(xù)配置參考其他up主,不再贅述。