Skip to content

Commit

Permalink
Bug Fix - FFB Spring Effect
Browse files Browse the repository at this point in the history
The spring efect was missing from the registry because it was commented out
  • Loading branch information
shauleiz committed Mar 28, 2017
1 parent 58bd4d5 commit e5e50bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions driver/sys/vjoy.inx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ HKLM,%WMRWFF%\%F_SAWUP%,,0,%FN_SAWUP%
HKLM,%WMRWFF%\%F_SAWUP%,Attributes,1,33,00,0f,00,03,86,00,00,fd,03,00,00,fd,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_SAWDN%,,0,%FN_SAWDN%
HKLM,%WMRWFF%\%F_SAWDN%,Attributes,1,34,00,0f,00,03,86,00,00,fd,03,00,00,fd,03,00,00,20,00,00,00
;HKLM,%WMRWFF%\%F_SPRING%,,0,%FN_SPRING%
;HKLM,%WMRWFF%\%F_SPRING%,Attributes,1,40,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_SPRING%,,0,%FN_SPRING%
HKLM,%WMRWFF%\%F_SPRING%,Attributes,1,40,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_DAMP%,,0,%FN_DAMP%
HKLM,%WMRWFF%\%F_DAMP%,Attributes,1,41,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_INERT%,,0,%FN_INERT%
Expand Down Expand Up @@ -156,8 +156,8 @@ HKLM,%WMRWFF%\%F_SAWUP%,,0,%FN_SAWUP%
HKLM,%WMRWFF%\%F_SAWUP%,Attributes,1,33,00,0f,00,03,86,00,00,fd,03,00,00,fd,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_SAWDN%,,0,%FN_SAWDN%
HKLM,%WMRWFF%\%F_SAWDN%,Attributes,1,34,00,0f,00,03,86,00,00,fd,03,00,00,fd,03,00,00,20,00,00,00
;HKLM,%WMRWFF%\%F_SPRING%,,0,%FN_SPRING%
;HKLM,%WMRWFF%\%F_SPRING%,Attributes,1,40,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_SPRING%,,0,%FN_SPRING%
HKLM,%WMRWFF%\%F_SPRING%,Attributes,1,40,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_DAMP%,,0,%FN_DAMP%
HKLM,%WMRWFF%\%F_DAMP%,Attributes,1,41,00,0f,00,04,c8,00,00,65,03,00,00,65,03,00,00,20,00,00,00
HKLM,%WMRWFF%\%F_INERT%,,0,%FN_INERT%
Expand Down

0 comments on commit e5e50bc

Please sign in to comment.