Skip to content

Commit

Permalink
Tweak requirements (#355)
Browse files Browse the repository at this point in the history
Initial Tweak options UI (#355)
  • Loading branch information
tkashkin committed Jul 11, 2020
1 parent ad13170 commit c16b87b
Show file tree
Hide file tree
Showing 9 changed files with 600 additions and 99 deletions.
4 changes: 3 additions & 1 deletion data/share/tweaks/dxvk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dxvk_hud",
"name": "DXVK: Show HUD",
"name": "Show HUD",
"description": "Enable DXVK HUD",
"url": "https://github.com/doitsujin/dxvk#hud",
"group": "DXVK",
Expand All @@ -13,6 +13,8 @@
},
"options": {
"hud": {
"name": "HUD elements",
"description": "Select HUD elements to show",
"type": "list",
"separator": ",",
"values": {
Expand Down
2 changes: 1 addition & 1 deletion data/share/tweaks/gamemode.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/FeralInteractive/gamemode",
"group": "Performance",
"requires": {
"executable": ["gamemoderun"]
"executables": ["gamemoderun"]
},
"command": "gamemoderun ${command}"
}
2 changes: 1 addition & 1 deletion data/share/tweaks/gpu_amd.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/mesa3d/mesa",
"group": "GPU",
"requires": {
"kmod": ["amdgpu"]
"kernel_modules": ["amdgpu"]
},
"env": {
"RADV_PERFTEST": "aco"
Expand Down
2 changes: 1 addition & 1 deletion data/share/tweaks/mangohud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/flightlessmango/MangoHud",
"group": "Overlays",
"requires": {
"executable": ["mangohud"]
"executables": ["mangohud"]
},
"command": "mangohud ${command}"
}
10 changes: 5 additions & 5 deletions data/share/tweaks/proton.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"id": "proton_dx_wined3d",
"name": "Proton: Use WineD3D",
"name": "Use WineD3D",
"description": "Use OpenGL-based WineD3D for D3D11, D3D10 and D3D9 instead of Vulkan-based DXVK",
"url": "https://github.com/ValveSoftware/Proton#runtime-config-options",
"group": "Proton",
Expand All @@ -15,7 +15,7 @@
},
{
"id": "proton_dx_disable_d3d11",
"name": "Proton: Disable D3D11",
"name": "Disable D3D11",
"description": "Disable d3d11.dll, for D3D11 games which can fall back to and run better with D3D9",
"url": "https://github.com/ValveSoftware/Proton#runtime-config-options",
"group": "Proton",
Expand All @@ -29,7 +29,7 @@
},
{
"id": "proton_dx_disable_d3d10",
"name": "Proton: Disable D3D10",
"name": "Disable D3D10",
"description": "Disable d3d10.dll and dxgi.dll, for D3D10 games which can fall back to and run better with D3D9",
"url": "https://github.com/ValveSoftware/Proton#runtime-config-options",
"group": "Proton",
Expand All @@ -43,7 +43,7 @@
},
{
"id": "proton_no_esync",
"name": "Proton: Disable esync",
"name": "Disable esync",
"description": "Disable eventfd-based in-process synchronization primitives",
"url": "https://github.com/ValveSoftware/Proton#runtime-config-options",
"group": "Proton",
Expand All @@ -57,7 +57,7 @@
},
{
"id": "proton_no_fsync",
"name": "Proton: Disable fsync",
"name": "Disable fsync",
"description": "Disable futex-based in-process synchronization primitives",
"url": "https://github.com/ValveSoftware/Proton#runtime-config-options",
"group": "Proton",
Expand Down
Loading

0 comments on commit c16b87b

Please sign in to comment.