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
4158a43b
Commit
4158a43b
authored
1 year ago
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog
parent
864fe3a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
changelog_rus
data_from_portwine/changelog_rus
+1
-0
runlib
data_from_portwine/scripts/runlib
+1
-0
No files found.
data_from_portwine/changelog_rus
View file @
4158a43b
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
* исправлено отключение MANGOHUD в настройках
* исправлено отключение MANGOHUD в настройках
* добавлена кнопка сброса в настройках при запуске exe (для востановления настроек по умолчанию)
* добавлена кнопка сброса в настройках при запуске exe (для востановления настроек по умолчанию)
* добавлено принудительное отображение настроек запуска exe файла при запуске ярлыка из интерфейса PortProton
* добавлено принудительное отображение настроек запуска exe файла при запуске ярлыка из интерфейса PortProton
* добавлены всплывающие подсказки во вкладке установки эмуляторов (спасибо Akai)
###Scripts version 2237### Дата: 08.12.2023 / Размер скачиваемого обновления: 8 мегабайт
###Scripts version 2237### Дата: 08.12.2023 / Размер скачиваемого обновления: 8 мегабайт
* объединено включение MANGOHUD в настройках (32-х и 64-х битные)
* объединено включение MANGOHUD в настройках (32-х и 64-х битные)
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/runlib
View file @
4158a43b
...
@@ -80,6 +80,7 @@ start_portwine () {
...
@@ -80,6 +80,7 @@ start_portwine () {
if
[[
"
${
PW_LOG
}
"
==
1
]]
;
then
if
[[
"
${
PW_LOG
}
"
==
1
]]
;
then
export
WINEDEBUG
=
"fixme-all,err+loaddll,err+dll,err+file,err+reg"
export
WINEDEBUG
=
"fixme-all,err+loaddll,err+dll,err+file,err+reg"
export
WINE_MONO_TRACE
=
"E:System.NotImplementedException"
export
WINE_MONO_TRACE
=
"E:System.NotImplementedException"
export
VKBASALT_LOG_LEVEL
=
"error"
else
else
export
WINEDEBUG
=
"-all"
export
WINEDEBUG
=
"-all"
unset
WINE_MONO_TRACE
unset
WINE_MONO_TRACE
...
...
This diff is collapsed.
Click to expand it.
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