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
5faca941
Commit
5faca941
authored
Dec 02, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dxgi=n in dxvk
parent
9c0257fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
port_on
data_from_portwine/port_on
+4
-1
runlib
data_from_portwine/scripts/runlib
+1
-0
No files found.
data_from_portwine/port_on
View file @
5faca941
...
@@ -135,6 +135,9 @@ class CompatData:
...
@@ -135,6 +135,9 @@ class CompatData:
makedirs
(
self
.
prefix_dir
+
"/drive_c"
)
makedirs
(
self
.
prefix_dir
+
"/drive_c"
)
set_dir_casefold_bit
(
self
.
prefix_dir
+
"/drive_c"
)
set_dir_casefold_bit
(
self
.
prefix_dir
+
"/drive_c"
)
if
not
os
.
path
.
exists
(
self
.
prefix_dir
+
"/user.reg"
):
self
.
copy_pfx
()
use_wined3d
=
"wined3d"
in
g_session
.
compat_config
use_wined3d
=
"wined3d"
in
g_session
.
compat_config
use_dxvk_dxgi
=
"WINEDLLOVERRIDES"
in
g_session
.
env
and
"dxgi=n"
in
g_session
.
env
[
"WINEDLLOVERRIDES"
]
use_dxvk_dxgi
=
"WINEDLLOVERRIDES"
in
g_session
.
env
and
"dxgi=n"
in
g_session
.
env
[
"WINEDLLOVERRIDES"
]
...
@@ -228,7 +231,7 @@ class Session:
...
@@ -228,7 +231,7 @@ class Session:
def
__init__
(
self
):
def
__init__
(
self
):
self
.
env
=
dict
(
os
.
environ
)
self
.
env
=
dict
(
os
.
environ
)
self
.
dlloverrides
=
{
self
.
dlloverrides
=
{
"
dotnetfx35.exe"
:
"b"
#replace the broken installer, as does Windows
"
steam.exe"
:
"n"
}
}
self
.
compat_config
=
set
()
self
.
compat_config
=
set
()
...
...
data_from_portwine/scripts/runlib
View file @
5faca941
...
@@ -153,6 +153,7 @@ echo "DXVK_HUD=${DXVK_HUD}"
...
@@ -153,6 +153,7 @@ echo "DXVK_HUD=${DXVK_HUD}"
if
[
"
${
var_dxvk_on
}
"
!=
"off"
]
;
then
if
[
"
${
var_dxvk_on
}
"
!=
"off"
]
;
then
export
PW_USE_WINED3D
=
0
export
PW_USE_WINED3D
=
0
export
WINEDLLOVERRIDES
=
"
${
WINEDLLOVERRIDES
}
:dxgi=n"
echo
"Use DXVK and D9VK (DX9-DX11 to Vulkan)"
echo
"Use DXVK and D9VK (DX9-DX11 to Vulkan)"
else
else
export
PW_USE_WINED3D
=
1
export
PW_USE_WINED3D
=
1
...
...
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