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
Vladislav
PortWINE
Commits
a66766b1
Commit
a66766b1
authored
Apr 26, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mangohud for opengl
parent
f0d491f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
changelog_ru
data_from_portwine/changelog_ru
+2
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
No files found.
data_from_portwine/changelog_ru
View file @
a66766b1
...
...
@@ -2,6 +2,8 @@
-----------------------------------------
История изменений:
* исправлена работа MANGOHUD в режиме 3D API: OpenGL (спасибо Htylol)
###Scripts version 2287### Дата: 26.04.2024 / Размер скачиваемого обновления: 3 мегабайта
* HOTFIX для "DGVOODOO2" (спасибо Htylol)
...
...
data_from_portwine/scripts/functions_helper
View file @
a66766b1
...
...
@@ -671,7 +671,7 @@ pw_mangohud_check () {
export
PW_MANGOHUD_SLR
=
'MANGOHUD=1'
MANGOHUD_LIB_NAME
=
"libMangoHud.so"
if
[[
"
${
PW_VULKAN_USE
}
"
=
"0"
]]
;
then
MANGOHUD_LIB_NAME
=
"libMangoHud_dlsym.so:
${
MANGOHUD_LIB_NAME
}
"
MANGOHUD_LIB_NAME
=
"libMangoHud_dlsym.so:
libMangoHud_opengl.so:
${
MANGOHUD_LIB_NAME
}
"
fi
if
[[
!
-z
"
${
PW_LD_PRELOAD
}
"
]]
then
export
PW_LD_PRELOAD
=
"
${
PW_LD_PRELOAD
}
:
${
MANGOHUD_LIB_NAME
}
"
...
...
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