Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Denellyne committed Jan 19, 2024
1 parent d8ff6c9 commit 534ba57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PCXSense-Updater
20 changes: 19 additions & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,22 @@ extern BOOL WINAPI exitFunction(_In_ DWORD dwCtrlType) {
vigem_free(reinterpret_cast<controller*>(ptrController)->client);
_exit(NULL);
return TRUE;
}
}


/*
To add:
Make so macros can Enable AT
//Create the macro inside of the AT profile
Turn off bluetooth on USB
Enable custom lightbar
Per Game Profile
Make so Rumble Motor Speed can affect the triggers
*/

0 comments on commit 534ba57

Please sign in to comment.