Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagauran committed Jan 11, 2022
1 parent 51f467d commit fc17021
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[6.0.1, 6.0.1]"
},
{
"name": "Microsoft.NETCore.App.Crossgen2.win-x64",
"version": "[6.0.1, 6.0.1]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[6.0.1, 6.0.1]"
Expand Down
4 changes: 4 additions & 0 deletions ForzaDualSense/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[6.0.1, 6.0.1]"
},
{
"name": "Microsoft.NETCore.App.Crossgen2.win-x64",
"version": "[6.0.1, 6.0.1]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[6.0.1, 6.0.1]"
Expand Down
5 changes: 3 additions & 2 deletions ForzaDualSense/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "jUWxRAQvZJvbaOJlZiKci+kJPN64iEEtyxMtsbF6qY3eEaa2GiU2z1qkSfP4TPOWlrQHP8NDjFcZKJuscIdnjQ==",
"dgSpecHash": "u6+aSbCixUqt5+Y4Vyq+1t844RxyF57SrsYYlYeskYeBavNtRfwdt0hmIva7Xo2quUpIKAwA4341aBHcOgmWDQ==",
"success": true,
"projectFilePath": "C:\\Data\\Development\\ForzaDualSense\\ForzaDualSense\\ForzaDualSense.csproj",
"expectedPackageFiles": [
Expand All @@ -19,7 +19,8 @@
"C:\\Users\\patma\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\patma\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\6.0.1\\microsoft.netcore.app.runtime.win-x64.6.0.1.nupkg.sha512",
"C:\\Users\\patma\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\6.0.1\\microsoft.windowsdesktop.app.runtime.win-x64.6.0.1.nupkg.sha512",
"C:\\Users\\patma\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.1\\microsoft.aspnetcore.app.runtime.win-x64.6.0.1.nupkg.sha512"
"C:\\Users\\patma\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.1\\microsoft.aspnetcore.app.runtime.win-x64.6.0.1.nupkg.sha512",
"C:\\Users\\patma\\.nuget\\packages\\microsoft.netcore.app.crossgen2.win-x64\\6.0.1\\microsoft.netcore.app.crossgen2.win-x64.6.0.1.nupkg.sha512"
],
"logs": []
}
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is a program to control lights and adaptive triggers on a DualSense 5 contr

**NOTE:** This is currently in the alpha stage. It works well and provides decent feedback via the adaptive triggers. However it is not perfect and definetly has room for improvement. I welcome people to help make needed adjustments(See below for more information).

**WARNING:** Since we do not have exact specifications of the commands sent to the controller, it is possible that certain values may be out of specification or in the not-reccomended categories. This could cause damage to controllers. Although I use this program without issue, I will not be held liable for damage to your controller due to it's use.

## Adjusting / Modifying

This program is written in very simple C#. If you do not know C#, it should not be hard to learn the necessary parts. If you do not know any programming, it may be more difficult, but I have left the relevant code very well documented.
Expand Down

0 comments on commit fc17021

Please sign in to comment.