mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
implement mouse handler config
This commit is contained in:
parent
3ba4c8a1c7
commit
eb8ab8ef15
29 changed files with 850 additions and 105 deletions
|
|
@ -15,7 +15,7 @@ void fmt_class_string<guncon3_btn>::format(std::string& out, u64 arg)
|
|||
format_enum(out, arg, [](guncon3_btn value)
|
||||
{
|
||||
switch (value)
|
||||
{
|
||||
{
|
||||
case guncon3_btn::trigger: return "Trigger";
|
||||
case guncon3_btn::a1: return "A1";
|
||||
case guncon3_btn::a2: return "A2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue