mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
SDL/Input: add new misc buttons
This commit is contained in:
parent
fcdf542c47
commit
32ad9988a3
3 changed files with 18 additions and 0 deletions
|
@ -96,6 +96,9 @@ bool sdl_instance::initialize()
|
|||
case SDL_LOG_CATEGORY_TEST:
|
||||
category_name = "test";
|
||||
break;
|
||||
case SDL_LOG_CATEGORY_GPU:
|
||||
category_name = "gpu";
|
||||
break;
|
||||
default:
|
||||
category_name = fmt::format("unknown(%d)", category);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue