Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
f85e7d17
Commit
f85e7d17
authored
Sep 06, 2016
by
Bruno Jesus
Committed by
Alexandre Julliard
Sep 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Only complain for unsupported effect envelope if it really is useful.
Signed-off-by:
Bruno Jesus
<
00cpxxx@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
048964b4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
effect_linuxinput.c
dlls/dinput/effect_linuxinput.c
+2
-1
No files found.
dlls/dinput/effect_linuxinput.c
View file @
f85e7d17
...
@@ -585,7 +585,8 @@ static HRESULT WINAPI LinuxInputEffectImpl_SetParameters(
...
@@ -585,7 +585,8 @@ static HRESULT WINAPI LinuxInputEffectImpl_SetParameters(
env
->
fade_length
=
0
;
env
->
fade_length
=
0
;
env
->
fade_level
=
0
;
env
->
fade_level
=
0
;
}
}
else
else
if
(
peff
->
lpEnvelope
->
dwAttackTime
||
peff
->
lpEnvelope
->
dwAttackLevel
||
peff
->
lpEnvelope
->
dwFadeTime
||
peff
->
lpEnvelope
->
dwFadeLevel
)
WARN
(
"Ignoring dinput envelope not supported in the linux effect
\n
"
);
WARN
(
"Ignoring dinput envelope not supported in the linux effect
\n
"
);
}
}
...
...
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