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
db6b915a
Commit
db6b915a
authored
Apr 08, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed news wine from kron4ek
parent
4e960fe0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
functions_helper
data_from_portwine/scripts/functions_helper
+3
-1
KingdomCome.ppdb
data_from_portwine/scripts/portwine_db/KingdomCome.ppdb
+1
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
db6b915a
...
...
@@ -4322,7 +4322,9 @@ pw_run () {
if
file
"
$portwine_exe
"
|
grep
-q
"x86-64"
;
then
print_info
"file:
$portwine_exe
is x86-64, force set WINE_LARGE_ADDRESS_AWARE to 0"
export
WINE_LARGE_ADDRESS_AWARE
=
"0"
export
WINELOADER
=
"
${
WINELOADER
}
64"
if
[[
-f
"
${
WINELOADER
}
64"
]]
then
export
WINELOADER
=
"
${
WINELOADER
}
64"
fi
else
print_info
"file:
$portwine_exe
not x86-64, force set WINE_LARGE_ADDRESS_AWARE to 1"
export
WINE_LARGE_ADDRESS_AWARE
=
"1"
...
...
data_from_portwine/scripts/portwine_db/KingdomCome.ppdb
View file @
db6b915a
...
...
@@ -4,4 +4,4 @@
#Rating=1-5
export
PW_VULKAN_USE
=
"2"
export
PW_WINE_USE
=
"WINE_LG"
export
LAUNCH_URI
=
"com.epicgames.launcher://apps/Eel?action=launch&silent=true"
#
export LAUNCH_URI="com.epicgames.launcher://apps/Eel?action=launch&silent=true"
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