actions: Add windows category for SDL

Upcoming Qt will feature native support for multiple controllers + remapping for all relevant OSes. This makes the step a bit easier.

Rationale:
Windows has cleaner code (becoming just like OnePad) and no more DS4/DualSense/Switch Pro/... wrapper such as steam or DS4Windows (ryochan7) though will still work if you want it.
Linux will have OnePad legacy remapping.
Mac will have feature parity to some extent.
This commit is contained in:
RedDevilus
2022-02-14 01:50:57 +00:00
committed by refractionpcsx2
parent 8f1745bf44
commit 6cf518e7df
3 changed files with 714 additions and 6 deletions
@@ -1,6 +1,7 @@
import os
relevant_categories = [
"# Windows",
"# Mac OS X",
"# Linux"
]