Skip to content

Commit

Permalink
winebuy.sys: Add support for Virpil Constellation Alpha-L
Browse files Browse the repository at this point in the history
  • Loading branch information
kakra authored and ivyl committed Jun 20, 2024
1 parent 1e8579c commit 1d87e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/winebus.sys/unixlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ static BOOL is_virpil_controller(WORD vid, WORD pid, INT buttons)

/* if customized, arbitrary amount of buttons may be shown, decide by PID */
if (pid == 0x412f) return TRUE; /* Virpil Constellation ALPHA-R */
if (pid == 0x812c) return TRUE; /* Virpil Constellation ALPHA-L */
break;
}
return FALSE;
Expand Down

0 comments on commit 1d87e52

Please sign in to comment.