input: add SDL_GameControllerDB

This commit is contained in:
Megamouse 2023-08-26 12:24:47 +02:00
parent d105b0bd9f
commit 452a4654da
8 changed files with 43 additions and 1 deletions

View file

@ -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