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
1d7cfc98
Commit
1d7cfc98
authored
Jan 12, 2026
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
empty dxvk.conf is used for optiscaler
parent
5e9df929
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
functions_helper
data_from_portwine/scripts/functions_helper
+3
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
1d7cfc98
...
@@ -3687,7 +3687,7 @@ start_portwine () {
...
@@ -3687,7 +3687,7 @@ start_portwine () {
OPTISCALER_PATH
=
"
$PW_PLUGINS_PATH
/fake_dlss/optiscaler-
$PW_OPTISCALER_VER
"
OPTISCALER_PATH
=
"
$PW_PLUGINS_PATH
/fake_dlss/optiscaler-
$PW_OPTISCALER_VER
"
OPTISCALER_FILES
=
"dxgi.dll amd_fidelityfx_dx12.dll amd_fidelityfx_vk.dll libxess.dll
\
OPTISCALER_FILES
=
"dxgi.dll amd_fidelityfx_dx12.dll amd_fidelityfx_vk.dll libxess.dll
\
libxess_dx11.dll libxess_fg.dll dlssg_to_fsr3_amd_is_better.dll fakenvapi.ini
\
libxess_dx11.dll libxess_fg.dll dlssg_to_fsr3_amd_is_better.dll fakenvapi.ini
\
fakenvapi.dll OptiScaler.ini
dxvk.conf
D3D12 D3D12_Optiscaler libxell.dll
\
fakenvapi.dll OptiScaler.ini D3D12 D3D12_Optiscaler libxell.dll
\
amd_fidelityfx_upscaler_dx12.dll amd_fidelityfx_framegeneration_dx12.dll"
amd_fidelityfx_upscaler_dx12.dll amd_fidelityfx_framegeneration_dx12.dll"
ORIGINAL_GAME_DLLS
=
"amd_fidelityfx_upscaler_dx12.dll amd_fidelityfx_vk.dll
\
ORIGINAL_GAME_DLLS
=
"amd_fidelityfx_upscaler_dx12.dll amd_fidelityfx_vk.dll
\
amd_fidelityfx_dx12.dll libxess.dll libxess_dx11.dll libxess_fg.dll
\
amd_fidelityfx_dx12.dll libxess.dll libxess_dx11.dll libxess_fg.dll
\
...
@@ -3705,6 +3705,7 @@ start_portwine () {
...
@@ -3705,6 +3705,7 @@ start_portwine () {
fi
fi
done
done
try_remove_file
"
$PATH_TO_GAME
/optiscaler_version"
try_remove_file
"
$PATH_TO_GAME
/optiscaler_version"
try_remove_file
"
$PATH_TO_GAME
/dxvk.conf"
fi
fi
if
[[
"
${
PW_USE_OPTISCALER
}
"
==
"1"
]]
;
then
if
[[
"
${
PW_USE_OPTISCALER
}
"
==
"1"
]]
;
then
...
@@ -3720,6 +3721,7 @@ start_portwine () {
...
@@ -3720,6 +3721,7 @@ start_portwine () {
check_variables OPTISCALER_FG_TYPE
"Nukems"
check_variables OPTISCALER_FG_TYPE
"Nukems"
sed
-i
"s|FGType =.*|FGType =
$OPTISCALER_FG_TYPE
|g"
"
$OPTISCALER_PATH
/OptiScaler.ini"
sed
-i
"s|FGType =.*|FGType =
$OPTISCALER_FG_TYPE
|g"
"
$OPTISCALER_PATH
/OptiScaler.ini"
echo
""
>
"
$PATH_TO_GAME
/dxvk.conf"
if
[[
!
-f
"
$PATH_TO_GAME
/dlssg_to_fsr3_amd_is_better.dll"
]]
;
then
if
[[
!
-f
"
$PATH_TO_GAME
/dlssg_to_fsr3_amd_is_better.dll"
]]
;
then
if
[[
-f
"
$PATH_TO_GAME
/dxgi.dll"
]]
;
then
if
[[
-f
"
$PATH_TO_GAME
/dxgi.dll"
]]
;
then
...
...
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