forked from CastroFidel/PortWINE
added and updated ppdb
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
#Rating=1-5
|
||||
################################################
|
||||
export LAUNCH_PARAMETERS="-nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -noprecache -novblank -heapsize 2097152" # Additional launch options
|
||||
export PW_NO_ESYNC=1
|
||||
export PW_NO_ESYNC=0
|
||||
export PW_NO_FSYNC=1
|
||||
|
7
data_from_portwine/scripts/portwine_db/MK10.ppdb
Normal file
7
data_from_portwine/scripts/portwine_db/MK10.ppdb
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Mels
|
||||
#MK10.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PORTPROTON_NAME="Mortal Kombat XL"
|
7
data_from_portwine/scripts/portwine_db/NieRAutomata.ppdb
Normal file
7
data_from_portwine/scripts/portwine_db/NieRAutomata.ppdb
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#NieRAutomata.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PORTPROTON_NAME="NieRAutomata"
|
10
data_from_portwine/scripts/portwine_db/RDR.ppdb
Normal file
10
data_from_portwine/scripts/portwine_db/RDR.ppdb
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: prefix
|
||||
#PlayRDR.exe
|
||||
#Rating=1-5
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export LAUNCH_PARAMETERS="-nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -noprecache -novblank -heapsize 2097152"
|
||||
export PW_NO_ESYNC="0"
|
||||
export PW_NO_FSYNC="1"
|
||||
export PORTPROTON_NAME="PlayRDR"
|
||||
export PW_VULKAN_USE="2"
|
Reference in New Issue
Block a user