diff --git a/DS4Windows/DS4Windows.csproj b/DS4Windows/DS4Windows.csproj index 12e42b7..7a8f515 100644 --- a/DS4Windows/DS4Windows.csproj +++ b/DS4Windows/DS4Windows.csproj @@ -1056,7 +1056,7 @@ - + diff --git a/DS4Windows/HidLibrary/LICENSE b/DS4Windows/HidLibrary/LICENSE new file mode 100644 index 0000000..7d5d651 --- /dev/null +++ b/DS4Windows/HidLibrary/LICENSE @@ -0,0 +1,18 @@ +Copyright (c) 2010 Ultraviolet Catastrophe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/DS4Windows/HidLibrary/LICENSE.htm b/DS4Windows/HidLibrary/LICENSE.htm deleted file mode 100644 index 2444581..0000000 --- a/DS4Windows/HidLibrary/LICENSE.htm +++ /dev/null @@ -1,739 +0,0 @@ - - - - - - - - - HidLibrary/LICENSE at master · mikeobrien/HidLibrary · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-
- - - - - - - -
- - -
- - - - - -
- - This repository - - -
-
- -
- - -
This repository
-
- -
- - -
All repositories
-
- -
-
-
- - - - - - - - -
-
- -
-
- - - - - -
- -
-
- - - - -

- public - - - - - / - HidLibrary - - - Octocat-spinner-32 - - -

-
-
- -
- - -
- -
- - - - -
- - - - -
-

HTTPS clone URL

-
- - - -
-
- - - -
-

Subversion checkout URL

-
- - - -
-
- - -

You can clone with - HTTPS, - or Subversion. - - - - - -

- - - - - Clone in Desktop - - - - - Download ZIP - -
-
- -
- - - - - - - - - -
- - -
- - - branch: - master - - -
- -
-
- Switch branches/tags - -
- -
-
- -
-
- -
-
- -
- -
- - -
- - master -
-
- -
Nothing to show
-
- -
-
- - -
- - v3.2.23.0 -
-
- - v3.2.22.0 -
-
- - v3.2.20.0 -
-
- - v3.2.19.0 -
-
- - v3.2.18.0 -
-
- - v3.2.17.0 -
-
- - v3.2.16.0 -
-
- - v3.2.12.0 -
-
- - v3.2.11.0 -
-
- - v3.2.10.0 -
-
- - v3.2.9.0 -
-
- - v3.2.8.0 -
-
- - v3.2.7.0 -
-
- - v3.2.6.0 -
-
- - v3.2.5.0 -
-
- - v3.2.4.0 -
-
- - v3.2.3.0 -
-
- - v3.0.5 -
- -
- -
Nothing to show
-
- -
-
-
- - -
- - - -
- - - - - - - -
- -
-
-
-
- - file - 18 lines (15 sloc) - 1.094 kb -
- - -
-
- - - - - -
- 1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 - - -
Copyright (c) 2010 Ultraviolet Catastrophe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
- -
-
- - - - -
- -
- -
-
- - -
- -
- -
- - -
-
-
- -
-
-
-
-
-
- -
- - - -
- - - Something went wrong with that request. Please try again. -
- - - - diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index f5442f6..7d7c6ae 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DS4Windows")] -[assembly: AssemblyCopyright("Copyright © Scarlet.Crush Productions 2012, 2013; InhexSTER, HecticSeptic, electrobrains 2013, 2014; Jays2Kings 2013, 2014, 2015")] +[assembly: AssemblyCopyright("Copyright © Scarlet.Crush Productions 2012, 2013; InhexSTER, HecticSeptic, electrobrains 2013, 2014; Jays2Kings 2013, 2014, 2015, 2016, Ryochan7 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/DS4Windows/Resources/360 fades.png b/DS4Windows/Resources/360 fades.png index 032d3f6..c48499f 100644 Binary files a/DS4Windows/Resources/360 fades.png and b/DS4Windows/Resources/360 fades.png differ diff --git a/DS4Windows/Resources/360 highlight.png b/DS4Windows/Resources/360 highlight.png index 6292511..1086194 100644 Binary files a/DS4Windows/Resources/360 highlight.png and b/DS4Windows/Resources/360 highlight.png differ diff --git a/DS4Windows/Resources/360 map.png b/DS4Windows/Resources/360 map.png index d3e5541..35dc214 100644 Binary files a/DS4Windows/Resources/360 map.png and b/DS4Windows/Resources/360 map.png differ diff --git a/DS4Windows/Resources/A.PNG b/DS4Windows/Resources/A.PNG index 466257a..832ad09 100644 Binary files a/DS4Windows/Resources/A.PNG and b/DS4Windows/Resources/A.PNG differ diff --git a/DS4Windows/Resources/B.png b/DS4Windows/Resources/B.png index 9399fdf..32b5131 100644 Binary files a/DS4Windows/Resources/B.png and b/DS4Windows/Resources/B.png differ diff --git a/DS4Windows/Resources/BACK.png b/DS4Windows/Resources/BACK.png index 16f6f7b..ef4032a 100644 Binary files a/DS4Windows/Resources/BACK.png and b/DS4Windows/Resources/BACK.png differ diff --git a/DS4Windows/Resources/BT.png b/DS4Windows/Resources/BT.png index f94a35d..13d127e 100644 Binary files a/DS4Windows/Resources/BT.png and b/DS4Windows/Resources/BT.png differ diff --git a/DS4Windows/Resources/Clock.png b/DS4Windows/Resources/Clock.png index bf09e33..33865ef 100644 Binary files a/DS4Windows/Resources/Clock.png and b/DS4Windows/Resources/Clock.png differ diff --git a/DS4Windows/Resources/DOWN.png b/DS4Windows/Resources/DOWN.png index 9240c46..070306f 100644 Binary files a/DS4Windows/Resources/DOWN.png and b/DS4Windows/Resources/DOWN.png differ diff --git a/DS4Windows/Resources/DS4 Config.png b/DS4Windows/Resources/DS4 Config.png index 807bee6..7a2eaa1 100644 Binary files a/DS4Windows/Resources/DS4 Config.png and b/DS4Windows/Resources/DS4 Config.png differ diff --git a/DS4Windows/Resources/DS4 Controller.png b/DS4Windows/Resources/DS4 Controller.png index 43af0ac..03f472b 100644 Binary files a/DS4Windows/Resources/DS4 Controller.png and b/DS4Windows/Resources/DS4 Controller.png differ diff --git a/DS4Windows/Resources/DS4 lightbar.png b/DS4Windows/Resources/DS4 lightbar.png index eac7853..ad9eb7c 100644 Binary files a/DS4Windows/Resources/DS4 lightbar.png and b/DS4Windows/Resources/DS4 lightbar.png differ diff --git a/DS4Windows/Resources/DS4 old.ico b/DS4Windows/Resources/DS4 old.ico index 6f5f022..0fe68b3 100644 Binary files a/DS4Windows/Resources/DS4 old.ico and b/DS4Windows/Resources/DS4 old.ico differ diff --git a/DS4Windows/Resources/DS4-Config_Circle.png b/DS4Windows/Resources/DS4-Config_Circle.png index f4913b6..03e5775 100644 Binary files a/DS4Windows/Resources/DS4-Config_Circle.png and b/DS4Windows/Resources/DS4-Config_Circle.png differ diff --git a/DS4Windows/Resources/DS4-Config_Cross.png b/DS4Windows/Resources/DS4-Config_Cross.png index 378ca40..98c876b 100644 Binary files a/DS4Windows/Resources/DS4-Config_Cross.png and b/DS4Windows/Resources/DS4-Config_Cross.png differ diff --git a/DS4Windows/Resources/DS4-Config_Down.png b/DS4Windows/Resources/DS4-Config_Down.png index 1ebe5de..884760c 100644 Binary files a/DS4Windows/Resources/DS4-Config_Down.png and b/DS4Windows/Resources/DS4-Config_Down.png differ diff --git a/DS4Windows/Resources/DS4-Config_L1.png b/DS4Windows/Resources/DS4-Config_L1.png index 58e4f91..f1e92b9 100644 Binary files a/DS4Windows/Resources/DS4-Config_L1.png and b/DS4Windows/Resources/DS4-Config_L1.png differ diff --git a/DS4Windows/Resources/DS4-Config_L2.png b/DS4Windows/Resources/DS4-Config_L2.png index 0576f1c..8120d59 100644 Binary files a/DS4Windows/Resources/DS4-Config_L2.png and b/DS4Windows/Resources/DS4-Config_L2.png differ diff --git a/DS4Windows/Resources/DS4-Config_LS.png b/DS4Windows/Resources/DS4-Config_LS.png index 7f493a0..fa2b462 100644 Binary files a/DS4Windows/Resources/DS4-Config_LS.png and b/DS4Windows/Resources/DS4-Config_LS.png differ diff --git a/DS4Windows/Resources/DS4-Config_Left.png b/DS4Windows/Resources/DS4-Config_Left.png index 1f0b30f..a902978 100644 Binary files a/DS4Windows/Resources/DS4-Config_Left.png and b/DS4Windows/Resources/DS4-Config_Left.png differ diff --git a/DS4Windows/Resources/DS4-Config_PS.png b/DS4Windows/Resources/DS4-Config_PS.png index 39b8529..b2ab33f 100644 Binary files a/DS4Windows/Resources/DS4-Config_PS.png and b/DS4Windows/Resources/DS4-Config_PS.png differ diff --git a/DS4Windows/Resources/DS4-Config_R1.png b/DS4Windows/Resources/DS4-Config_R1.png index 9ec47cb..084b72d 100644 Binary files a/DS4Windows/Resources/DS4-Config_R1.png and b/DS4Windows/Resources/DS4-Config_R1.png differ diff --git a/DS4Windows/Resources/DS4-Config_R2.png b/DS4Windows/Resources/DS4-Config_R2.png index fafec62..609b1fc 100644 Binary files a/DS4Windows/Resources/DS4-Config_R2.png and b/DS4Windows/Resources/DS4-Config_R2.png differ diff --git a/DS4Windows/Resources/DS4-Config_RS.png b/DS4Windows/Resources/DS4-Config_RS.png index 926ccd0..2bca24e 100644 Binary files a/DS4Windows/Resources/DS4-Config_RS.png and b/DS4Windows/Resources/DS4-Config_RS.png differ diff --git a/DS4Windows/Resources/DS4-Config_Right.png b/DS4Windows/Resources/DS4-Config_Right.png index 40d5307..5d33a9e 100644 Binary files a/DS4Windows/Resources/DS4-Config_Right.png and b/DS4Windows/Resources/DS4-Config_Right.png differ diff --git a/DS4Windows/Resources/DS4-Config_Share.png b/DS4Windows/Resources/DS4-Config_Share.png index 58f5d2f..0b2833c 100644 Binary files a/DS4Windows/Resources/DS4-Config_Share.png and b/DS4Windows/Resources/DS4-Config_Share.png differ diff --git a/DS4Windows/Resources/DS4-Config_Square.png b/DS4Windows/Resources/DS4-Config_Square.png index 0da65c5..14402c0 100644 Binary files a/DS4Windows/Resources/DS4-Config_Square.png and b/DS4Windows/Resources/DS4-Config_Square.png differ diff --git a/DS4Windows/Resources/DS4-Config_TouchLeft.png b/DS4Windows/Resources/DS4-Config_TouchLeft.png index bb34548..a058cb9 100644 Binary files a/DS4Windows/Resources/DS4-Config_TouchLeft.png and b/DS4Windows/Resources/DS4-Config_TouchLeft.png differ diff --git a/DS4Windows/Resources/DS4-Config_TouchMulti.png b/DS4Windows/Resources/DS4-Config_TouchMulti.png index 60467c9..f5ccc71 100644 Binary files a/DS4Windows/Resources/DS4-Config_TouchMulti.png and b/DS4Windows/Resources/DS4-Config_TouchMulti.png differ diff --git a/DS4Windows/Resources/DS4-Config_TouchRight.png b/DS4Windows/Resources/DS4-Config_TouchRight.png index ea321ce..e71ff10 100644 Binary files a/DS4Windows/Resources/DS4-Config_TouchRight.png and b/DS4Windows/Resources/DS4-Config_TouchRight.png differ diff --git a/DS4Windows/Resources/DS4-Config_TouchUpper.png b/DS4Windows/Resources/DS4-Config_TouchUpper.png index 7e3dd28..73555cf 100644 Binary files a/DS4Windows/Resources/DS4-Config_TouchUpper.png and b/DS4Windows/Resources/DS4-Config_TouchUpper.png differ diff --git a/DS4Windows/Resources/DS4-Config_Triangle.png b/DS4Windows/Resources/DS4-Config_Triangle.png index c730dcd..42d7c21 100644 Binary files a/DS4Windows/Resources/DS4-Config_Triangle.png and b/DS4Windows/Resources/DS4-Config_Triangle.png differ diff --git a/DS4Windows/Resources/DS4-Config_Up.png b/DS4Windows/Resources/DS4-Config_Up.png index 7d3dbde..d674491 100644 Binary files a/DS4Windows/Resources/DS4-Config_Up.png and b/DS4Windows/Resources/DS4-Config_Up.png differ diff --git a/DS4Windows/Resources/DS4-Config_ptionss.png b/DS4Windows/Resources/DS4-Config_ptionss.png index f847232..0b2833c 100644 Binary files a/DS4Windows/Resources/DS4-Config_ptionss.png and b/DS4Windows/Resources/DS4-Config_ptionss.png differ diff --git a/DS4Windows/Resources/DS4.ico b/DS4Windows/Resources/DS4.ico index 3c1b364..c681299 100644 Binary files a/DS4Windows/Resources/DS4.ico and b/DS4Windows/Resources/DS4.ico differ diff --git a/DS4Windows/Resources/DS4W - White.ico b/DS4Windows/Resources/DS4W - White.ico index c7dee8c..cf069c7 100644 Binary files a/DS4Windows/Resources/DS4W - White.ico and b/DS4Windows/Resources/DS4W - White.ico differ diff --git a/DS4Windows/Resources/DS4W.ico b/DS4Windows/Resources/DS4W.ico index f75e9aa..e7c64ba 100644 Binary files a/DS4Windows/Resources/DS4W.ico and b/DS4Windows/Resources/DS4W.ico differ diff --git a/DS4Windows/Resources/LB.png b/DS4Windows/Resources/LB.png index 7bb306a..f5b89fe 100644 Binary files a/DS4Windows/Resources/LB.png and b/DS4Windows/Resources/LB.png differ diff --git a/DS4Windows/Resources/LEFT.png b/DS4Windows/Resources/LEFT.png index 6b3af2a..9352692 100644 Binary files a/DS4Windows/Resources/LEFT.png and b/DS4Windows/Resources/LEFT.png differ diff --git a/DS4Windows/Resources/LS.png b/DS4Windows/Resources/LS.png index 19b2f70..c534516 100644 Binary files a/DS4Windows/Resources/LS.png and b/DS4Windows/Resources/LS.png differ diff --git a/DS4Windows/Resources/LSD.png b/DS4Windows/Resources/LSD.png index f0c9c0d..12d4020 100644 Binary files a/DS4Windows/Resources/LSD.png and b/DS4Windows/Resources/LSD.png differ diff --git a/DS4Windows/Resources/LSL.png b/DS4Windows/Resources/LSL.png index 50b7161..a42cd5e 100644 Binary files a/DS4Windows/Resources/LSL.png and b/DS4Windows/Resources/LSL.png differ diff --git a/DS4Windows/Resources/LSR.png b/DS4Windows/Resources/LSR.png index 8b6d4bf..61f1f77 100644 Binary files a/DS4Windows/Resources/LSR.png and b/DS4Windows/Resources/LSR.png differ diff --git a/DS4Windows/Resources/LSU.png b/DS4Windows/Resources/LSU.png index c664852..6c3ea44 100644 Binary files a/DS4Windows/Resources/LSU.png and b/DS4Windows/Resources/LSU.png differ diff --git a/DS4Windows/Resources/LT.png b/DS4Windows/Resources/LT.png index fa4acc3..c272289 100644 Binary files a/DS4Windows/Resources/LT.png and b/DS4Windows/Resources/LT.png differ diff --git a/DS4Windows/Resources/Pairmode.png b/DS4Windows/Resources/Pairmode.png index 8ff4eaa..2128c17 100644 Binary files a/DS4Windows/Resources/Pairmode.png and b/DS4Windows/Resources/Pairmode.png differ diff --git a/DS4Windows/Resources/RB.png b/DS4Windows/Resources/RB.png index 24cc39e..16a31ab 100644 Binary files a/DS4Windows/Resources/RB.png and b/DS4Windows/Resources/RB.png differ diff --git a/DS4Windows/Resources/RIGHT.png b/DS4Windows/Resources/RIGHT.png index 705f533..a916888 100644 Binary files a/DS4Windows/Resources/RIGHT.png and b/DS4Windows/Resources/RIGHT.png differ diff --git a/DS4Windows/Resources/RS.png b/DS4Windows/Resources/RS.png index 490b74b..215133a 100644 Binary files a/DS4Windows/Resources/RS.png and b/DS4Windows/Resources/RS.png differ diff --git a/DS4Windows/Resources/RSD.png b/DS4Windows/Resources/RSD.png index 3edfe29..9a477c7 100644 Binary files a/DS4Windows/Resources/RSD.png and b/DS4Windows/Resources/RSD.png differ diff --git a/DS4Windows/Resources/RSL.png b/DS4Windows/Resources/RSL.png index 5be6c39..b0e5d0e 100644 Binary files a/DS4Windows/Resources/RSL.png and b/DS4Windows/Resources/RSL.png differ diff --git a/DS4Windows/Resources/RSR.png b/DS4Windows/Resources/RSR.png index e178fba..1b9c8de 100644 Binary files a/DS4Windows/Resources/RSR.png and b/DS4Windows/Resources/RSR.png differ diff --git a/DS4Windows/Resources/RSU.png b/DS4Windows/Resources/RSU.png index 874c526..8a8f19a 100644 Binary files a/DS4Windows/Resources/RSU.png and b/DS4Windows/Resources/RSU.png differ diff --git a/DS4Windows/Resources/RT.png b/DS4Windows/Resources/RT.png index 115b05f..fff6cd6 100644 Binary files a/DS4Windows/Resources/RT.png and b/DS4Windows/Resources/RT.png differ diff --git a/DS4Windows/Resources/Red Circle.png b/DS4Windows/Resources/Red Circle.png index 84fc5e9..5ea845d 100644 Binary files a/DS4Windows/Resources/Red Circle.png and b/DS4Windows/Resources/Red Circle.png differ diff --git a/DS4Windows/Resources/START.png b/DS4Windows/Resources/START.png index c1820b4..ea5b53b 100644 Binary files a/DS4Windows/Resources/START.png and b/DS4Windows/Resources/START.png differ diff --git a/DS4Windows/Resources/Scp_All.ico b/DS4Windows/Resources/Scp_All.ico index b94efc8..7f1b3cb 100644 Binary files a/DS4Windows/Resources/Scp_All.ico and b/DS4Windows/Resources/Scp_All.ico differ diff --git a/DS4Windows/Resources/UP.png b/DS4Windows/Resources/UP.png index c77b541..32b588b 100644 Binary files a/DS4Windows/Resources/UP.png and b/DS4Windows/Resources/UP.png differ diff --git a/DS4Windows/Resources/USB.png b/DS4Windows/Resources/USB.png index b0c07bf..9c1fbfc 100644 Binary files a/DS4Windows/Resources/USB.png and b/DS4Windows/Resources/USB.png differ diff --git a/DS4Windows/Resources/UpperTouch.png b/DS4Windows/Resources/UpperTouch.png index 94ee8a2..bdad526 100644 Binary files a/DS4Windows/Resources/UpperTouch.png and b/DS4Windows/Resources/UpperTouch.png differ diff --git a/DS4Windows/Resources/X.png b/DS4Windows/Resources/X.png index dc92bc6..5455d28 100644 Binary files a/DS4Windows/Resources/X.png and b/DS4Windows/Resources/X.png differ diff --git a/DS4Windows/Resources/Y.png b/DS4Windows/Resources/Y.png index 76f1e0a..d271c49 100644 Binary files a/DS4Windows/Resources/Y.png and b/DS4Windows/Resources/Y.png differ diff --git a/DS4Windows/Resources/checked.png b/DS4Windows/Resources/checked.png index c059fc2..517ea21 100644 Binary files a/DS4Windows/Resources/checked.png and b/DS4Windows/Resources/checked.png differ diff --git a/DS4Windows/Resources/delete.png b/DS4Windows/Resources/delete.png index e2d2379..b58d0a9 100644 Binary files a/DS4Windows/Resources/delete.png and b/DS4Windows/Resources/delete.png differ diff --git a/DS4Windows/Resources/export.png b/DS4Windows/Resources/export.png index 6104cfb..66a3bf7 100644 Binary files a/DS4Windows/Resources/export.png and b/DS4Windows/Resources/export.png differ diff --git a/DS4Windows/Resources/imageres_import.png b/DS4Windows/Resources/imageres_import.png index 4245de1..a6e6520 100644 Binary files a/DS4Windows/Resources/imageres_import.png and b/DS4Windows/Resources/imageres_import.png differ diff --git a/DS4Windows/Resources/imageres_new.png b/DS4Windows/Resources/imageres_new.png index 7bc1970..b2a9f34 100644 Binary files a/DS4Windows/Resources/imageres_new.png and b/DS4Windows/Resources/imageres_new.png differ diff --git a/DS4Windows/Resources/left touch.png b/DS4Windows/Resources/left touch.png index 4c94c36..0aa8f8f 100644 Binary files a/DS4Windows/Resources/left touch.png and b/DS4Windows/Resources/left touch.png differ diff --git a/DS4Windows/Resources/mouse.png b/DS4Windows/Resources/mouse.png index 9b3a695..6aaf93d 100644 Binary files a/DS4Windows/Resources/mouse.png and b/DS4Windows/Resources/mouse.png differ diff --git a/DS4Windows/Resources/none.png b/DS4Windows/Resources/none.png index 9e67a44..6980501 100644 Binary files a/DS4Windows/Resources/none.png and b/DS4Windows/Resources/none.png differ diff --git a/DS4Windows/Resources/rainbow.png b/DS4Windows/Resources/rainbow.png index 5ede989..c2c0aa4 100644 Binary files a/DS4Windows/Resources/rainbow.png and b/DS4Windows/Resources/rainbow.png differ diff --git a/DS4Windows/Resources/rainbowC.png b/DS4Windows/Resources/rainbowC.png index 0a6f54d..94bab13 100644 Binary files a/DS4Windows/Resources/rainbowC.png and b/DS4Windows/Resources/rainbowC.png differ diff --git a/DS4Windows/Resources/right touch.png b/DS4Windows/Resources/right touch.png index 4e2ac3d..715732b 100644 Binary files a/DS4Windows/Resources/right touch.png and b/DS4Windows/Resources/right touch.png differ diff --git a/DS4Windows/Resources/saveprofile.png b/DS4Windows/Resources/saveprofile.png index 37e3d4b..6d74f1d 100644 Binary files a/DS4Windows/Resources/saveprofile.png and b/DS4Windows/Resources/saveprofile.png differ diff --git a/DS4Windows/Resources/shell32 delete.png b/DS4Windows/Resources/shell32 delete.png index 009eebc..e311aae 100644 Binary files a/DS4Windows/Resources/shell32 delete.png and b/DS4Windows/Resources/shell32 delete.png differ diff --git a/DS4Windows/Resources/shell32_copy.png b/DS4Windows/Resources/shell32_copy.png index 5669430..98d6c01 100644 Binary files a/DS4Windows/Resources/shell32_copy.png and b/DS4Windows/Resources/shell32_copy.png differ diff --git a/DS4Windows/Resources/shell32_export.png b/DS4Windows/Resources/shell32_export.png index 4bb2c2f..3ceb01e 100644 Binary files a/DS4Windows/Resources/shell32_export.png and b/DS4Windows/Resources/shell32_export.png differ diff --git a/DS4Windows/Resources/shell32_new.png b/DS4Windows/Resources/shell32_new.png index 38a838d..36c91bb 100644 Binary files a/DS4Windows/Resources/shell32_new.png and b/DS4Windows/Resources/shell32_new.png differ diff --git a/DS4Windows/Resources/size.png b/DS4Windows/Resources/size.png index 3694b39..e723a1e 100644 Binary files a/DS4Windows/Resources/size.png and b/DS4Windows/Resources/size.png differ diff --git a/DS4Windows/Resources/x360test.png b/DS4Windows/Resources/x360test.png index ac52792..74a5aea 100644 Binary files a/DS4Windows/Resources/x360test.png and b/DS4Windows/Resources/x360test.png differ diff --git a/DS4Windows/Resources/xbox_360_controller.png b/DS4Windows/Resources/xbox_360_controller.png index 8606491..cace0be 100644 Binary files a/DS4Windows/Resources/xbox_360_controller.png and b/DS4Windows/Resources/xbox_360_controller.png differ