forked from CastroFidel/PortWINE
fixed black screen in steam
This commit is contained in:
parent
f21a87b20e
commit
3567ec1f3e
@ -7,7 +7,9 @@ export PW_COMMENT_DB="Steam"
|
|||||||
export PW_WINDOWS_VER="10"
|
export PW_WINDOWS_VER="10"
|
||||||
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_46"
|
export PW_DLL_INSTALL="vcrun2019 d3dcompiler_46"
|
||||||
export WINEDLLOVERRIDES="OnlineFix64,SteamOverlay64,steam_api,steam_api64,steamclient,steamclient64=n;winmm=n,b"
|
export WINEDLLOVERRIDES="OnlineFix64,SteamOverlay64,steam_api,steam_api64,steamclient,steamclient64=n;winmm=n,b"
|
||||||
export LAUNCH_PARAMETERS="-gamepadui -fullscreen -no-dwrite"
|
export LAUNCH_PARAMETERS="-cef-disable-gpu-compositing"
|
||||||
|
# export LAUNCH_PARAMETERS="-gamepadui -fullscreen -no-dwrite"
|
||||||
|
|
||||||
export PW_VULKAN_USE="1"
|
export PW_VULKAN_USE="1"
|
||||||
|
|
||||||
add_in_start_portwine () {
|
add_in_start_portwine () {
|
||||||
|
Loading…
Reference in New Issue
Block a user