Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
ea77d551
Commit
ea77d551
authored
May 24, 2025
by
Htylol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Combined damavand with gallium zink.
parent
f7dab199
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
functions_helper
data_from_portwine/scripts/functions_helper
+0
-0
start.sh
data_from_portwine/scripts/start.sh
+2
-2
var
data_from_portwine/scripts/var
+0
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
ea77d551
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/start.sh
View file @
ea77d551
...
...
@@ -516,8 +516,8 @@ SORT_NEWEST="${translations[Newest DXVK, VKD3D, D8VK (Vulkan v1.3+)]}"
case
"
$PW_VULKAN_USE
"
in
0
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_OPENGL
!
$SORT_NEWEST
!
$SORT_STABLE
!
$SORT_LEGACY
"
;;
1
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_STABLE
!
$SORT_NEWEST
!
$SORT_LEGACY
!
$SORT_OPENGL
"
;;
5
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_LEGACY
!
$SORT_NEWEST
!
$SORT_STABLE
!
$SORT_OPENGL
"
;;
*
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_NEWEST
!
$SORT_STABLE
!
$SORT_LEGACY
!
$SORT_OPENGL
"
;;
3
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_LEGACY
!
$SORT_NEWEST
!
$SORT_STABLE
!
$SORT_OPENGL
"
;;
esac
if
[[
$PW_WINE_USE
==
PROTON_LG
]]
;
then
...
...
@@ -958,7 +958,7 @@ case "${VULKAN_MOD}" in
"
$SORT_OPENGL
"
) export PW_VULKAN_USE=
"0"
;;
"
$SORT_STABLE
"
) export PW_VULKAN_USE=
"1"
;;
"
$SORT_NEWEST
"
) export PW_VULKAN_USE=
"2"
;;
"
$SORT_LEGACY
"
) export PW_VULKAN_USE=
"
5
"
;;
"
$SORT_LEGACY
"
) export PW_VULKAN_USE=
"
3
"
;;
esac
init_wine_ver
...
...
data_from_portwine/scripts/var
View file @
ea77d551
...
...
@@ -40,7 +40,6 @@ export PW_USE_VRCLIENT="0"
export
STAGING_SHARED_MEMORY
=
"1"
export
PW_USE_GALLIUM_ZINK
=
"0"
export
PW_USE_GALLIUM_NINE
=
"0"
export
PW_USE_DAMAVAND
=
"0"
export
PW_USE_SUPPLIED_DXVK_VKD3D
=
"1"
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_LG"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment