mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-07 21:32:57 +02:00
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:
committed by
refractionpcsx2
parent
8f1745bf44
commit
6cf518e7df
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
relevant_categories = [
|
||||
"# Windows",
|
||||
"# Mac OS X",
|
||||
"# Linux"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user