forked from flathub/net.brinkervii.grapejuice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_settings.json
67 lines (67 loc) · 1.65 KB
/
user_settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"__version__": 2,
"__hardware_profile__": null,
"show_fast_flag_warning": true,
"no_daemon_mode": true,
"release_channel": "master",
"disable_updates": false,
"ignore_wine_version": false,
"try_profiling_hardware": false,
"default_wine_home": "/app/patched_wine",
"wineprefixes": [
{
"id": "29ca43f8-451b-45b9-8be6-2b51181a961e",
"priority": 0,
"name_on_disk": "player",
"display_name": "Player",
"wine_home": "/app/patched_wine",
"dll_overrides": "dxdiagn=;winemenubuilder.exe=",
"prime_offload_sink": -1,
"use_mesa_gl_override": false,
"enable_winedebug": false,
"winedebug_string": "",
"roblox_renderer": "D3D11",
"env": {},
"hints": [
"player",
"app"
],
"fast_flags": {
"roblox_studio": {},
"roblox_player": {},
"roblox_app": {}
},
"third_party": {
"fps_unlocker": false,
"dxvk": true
}
},
{
"id": "66a23803-2c39-458a-b4f4-9f7fe29d9e21",
"priority": 0,
"name_on_disk": "studio",
"display_name": "Studio",
"wine_home": "/app/patched_wine/",
"dll_overrides": "dxdiagn=;winemenubuilder.exe=",
"prime_offload_sink": -1,
"use_mesa_gl_override": false,
"enable_winedebug": false,
"winedebug_string": "",
"roblox_renderer": "D3D11",
"env": {},
"hints": [
"studio"
],
"fast_flags": {
"roblox_studio": {},
"roblox_player": {},
"roblox_app": {}
},
"third_party": {
"fps_unlocker": false,
"dxvk": true
}
}
],
"unsupported_settings": {}
}