Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ff3867

Browse files
author
Paul Gofman
committed
proton: Fix noforcelgadd option.
Code in Wine still enables the hack when WINE_LARGE_ADDRESS_AWARE ismissing, need to set it to non-'1' to really disable.CW-Bug-Id: #22930
1 parent608505e commit7ff3867

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎proton‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,9 @@ class Session:
14301430

14311431
if"forcelgadd"inself.compat_config:
14321432
self.env["WINE_LARGE_ADDRESS_AWARE"]="1"
1433+
else:
1434+
if"noforcelgadd"inself.compat_config:
1435+
self.env["WINE_LARGE_ADDRESS_AWARE"]="0"
14331436

14341437
if"heapdelayfree"inself.compat_config:
14351438
self.env["WINE_HEAP_DELAY_FREE"]="1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp