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
216854c0
Commit
216854c0
authored
Oct 25, 2024
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added case for dgvoodoo2 settings
parent
c7ef786e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
add_in_steam.sh
data_from_portwine/scripts/add_in_steam.sh
+0
-23
functions_helper
data_from_portwine/scripts/functions_helper
+0
-0
No files found.
data_from_portwine/scripts/add_in_steam.sh
View file @
216854c0
...
...
@@ -35,29 +35,6 @@ function generateShortcutVDFAppId {
echo
"-
$((
16
#${seed} % 1000000000 ))"
}
function
pw_start_progress_bar_block
()
{
"
${
pw_yad
}
"
--
progress-old
--
text
=
"
$@
"
--
pulsate
--
hide-text
--
borders
=
"
$PROGRESS_BAR_BORDERS_SIZE
"
\
--
no-buttons
--
undecorated
--
skip-taskbar
--
no-escape
--
text-align
=
"center"
--
height
=
90
--
fixed
\
--
width
=
"
$PROGRESS_BAR_WIDTH_SIZE
"
--
wrap-width
=
"
$PROGRESS_BAR_WIDTH_SIZE
"
\
--
window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
&>/
dev/null
&
export
PW_YAD_PID_PROGRESS_BAR_BLOCK
=
"
$!
"
return
0
}
function
pw_stop_progress_bar
()
{
sleep
0
.1
for
PW_KILL_YAD_PID
in
"
$PW_YAD_PID_PROGRESS_BAR_BLOCK
"
"
$PW_YAD_PID_PROGRESS_BAR_CS
"
\
"
$PW_YAD_PID_PFX_COVER_UI
"
"
$PW_YAD_PID_PROGRESS_BAR_COVER
"
do
kill
-
s SIGUSR1
"
$PW_KILL_YAD_PID
"
&>/
dev/null
done
unset
PW_YAD_PID_PROGRESS_BAR_BLOCK PW_YAD_PID_PROGRESS_BAR_CS
\
PW_YAD_PID_PFX_COVER_UI PW_YAD_PID_PROGRESS_BAR_COVER
return
0
}
function
dec2hex
{
printf
'%x\n'
"
$1
"
|
cut
-
c
9
-
# cut removes the 'ffffffff' from the string (represents the sign) and starts from the 9th character
}
...
...
data_from_portwine/scripts/functions_helper
View file @
216854c0
This diff is collapsed.
Click to expand it.
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