mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
input: add SDL_GameControllerDB
This commit is contained in:
parent
d105b0bd9f
commit
452a4654da
8 changed files with 43 additions and 1 deletions
|
@ -278,6 +278,7 @@ struct cfg_root : cfg::node
|
|||
cfg::_bool show_move_cursor{this, "Show move cursor", false, true};
|
||||
cfg::_bool lock_overlay_input_to_player_one{this, "Lock overlay input to player one", false, true};
|
||||
cfg::string midi_devices{ this, "Emulated Midi devices", "ßßß@@@ßßß@@@ßßß@@@" };
|
||||
cfg::_bool load_sdl_mappings{ this, "Load SDL GameController Mappings", true };
|
||||
} io{ this };
|
||||
|
||||
struct node_sys : cfg::node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue