components/components.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2022-08-31 11:16:26 +00:00
{
"wine": [
{
"name": "wine-ge-proton",
"title": "Wine-GE-Proton"
},
2023-04-17 22:32:44 +00:00
{
"name": "ge-proton",
"title": "GE-Proton",
"features": {
"bundle": "Proton",
"need_dxvk": false,
"compact_launch": true,
"command": "python3 '%build%/proton' waitforexitandrun",
"env": {
"STEAM_COMPAT_DATA_PATH": "%prefix%",
"STEAM_COMPAT_CLIENT_INSTALL_PATH": "",
"SteamAppId": 0
}
}
},
2022-08-31 11:16:26 +00:00
{
"name": "soda",
"title": "Soda"
},
{
"name": "lutris",
"title": "Lutris"
}
],
"dxvk": [
{
"name": "vanilla",
"title": "Vanilla"
},
{
"name": "async",
2023-03-08 12:08:51 +00:00
"title": "Async",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
2023-05-04 17:53:00 +00:00
},
{
"name": "gplasync",
"title": "Gplasync",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
2022-08-31 11:16:26 +00:00
}
]
2023-04-17 22:32:44 +00:00
}