Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
8280c42d
Commit
8280c42d
authored
May 31, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debug and move gamemoderun to func. START_PORTWINE
parent
fef0d070
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
debug
data_from_portwine/scripts/debug
+2
-2
runlib
data_from_portwine/scripts/runlib
+11
-11
No files found.
data_from_portwine/scripts/debug
View file @
8280c42d
...
...
@@ -72,9 +72,9 @@ export WINE_MONO_TRACE="E:System.NotImplementedException"
#"/usr/bin/xterm" -geometry 130x13 -sb -e 'echo "--------------------------------------------------------PORTWINE-LINUX.RU--------------------------------------------------------" && "${PROTONRUN}" "run" "${gamestart}" "${launch_parameters}" &>> "${PORT_WINE_PATH}/${portname}.log"'
if
[
!
-z
${
optirun_on
}
]
then
${
optirun_on
}
"
${
var_gamemode
}
"
"
${
PROTONRUN
}
"
"run"
"
${
gamestart
}
"
${
launch_parameters
}
>>
"
${
PORT_WINE_PATH
}
/
${
portname
}
.log"
2>&1
${
optirun_on
}
"
${
PROTONRUN
}
"
"run"
"
${
gamestart
}
"
${
launch_parameters
}
>>
"
${
PORT_WINE_PATH
}
/
${
portname
}
.log"
2>&1
else
"
${
var_gamemode
}
"
"
${
PROTONRUN
}
"
"run"
"
${
gamestart
}
"
${
launch_parameters
}
>>
"
${
PORT_WINE_PATH
}
/
${
portname
}
.log"
2>&1
"
${
PROTONRUN
}
"
"run"
"
${
gamestart
}
"
${
launch_parameters
}
>>
"
${
PORT_WINE_PATH
}
/
${
portname
}
.log"
2>&1
fi
KILL9_WINEDEVICE | pwzen
...
...
data_from_portwine/scripts/runlib
View file @
8280c42d
...
...
@@ -57,17 +57,6 @@ then
fi
read
"var_dxvk_on"
<
"
${
config_path
}
/dxvk_on"
export
"var_dxvk_on"
if
[
-x
"
`
which
"gamemoderun"
2>/dev/null
`
"
]
then
if
[
!
-z
"
${
LD_PRELOAD
}
"
]
then
export
LD_PRELOAD
=
"/usr/lib/x86_64-linux-gnu/libgamemodeauto.so.0:
${
LD_PRELOAD
}
"
else
export
LD_PRELOAD
=
"/usr/lib/x86_64-linux-gnu/libgamemodeauto.so.0"
fi
else
echo
"Gamemod not installed!"
fi
########################################################################
WINEDIR
=
"
${
PORT_WINE_PATH
}
"
/data/dist
WINELIB
=
"
${
PORT_WINE_PATH
}
"
/data/libs
...
...
@@ -175,6 +164,17 @@ then
killall xneur
export
int_xneur
=
1
fi
if
[
-x
"
`
which
"gamemoderun"
2>/dev/null
`
"
]
then
if
[
!
-z
"
${
LD_PRELOAD
}
"
]
then
export
LD_PRELOAD
=
"/usr/lib/x86_64-linux-gnu/libgamemodeauto.so.0:
${
LD_PRELOAD
}
"
else
export
LD_PRELOAD
=
"/usr/lib/x86_64-linux-gnu/libgamemodeauto.so.0"
fi
else
echo
"Gamemod not installed!"
fi
ADD_IN_START_PORTWINE
}
########################################################################
...
...
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