mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
Update SDL to 3.2.8
This commit is contained in:
parent
e4ed5c47a3
commit
eb43fbbb2a
28 changed files with 2081 additions and 845 deletions
|
|
@ -1285,7 +1285,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> gui_settings, std
|
|||
m_emu_settings->EnhanceCheckBox(ui->lockOverlayInputToPlayerOne, emu_settings_type::LockOvlIptToP1);
|
||||
SubscribeTooltip(ui->lockOverlayInputToPlayerOne, tooltips.settings.lock_overlay_input_to_player_one);
|
||||
|
||||
#if HAVE_SDL2
|
||||
#if HAVE_SDL3
|
||||
m_emu_settings->EnhanceCheckBox(ui->loadSdlMappings, emu_settings_type::SDLMappings);
|
||||
SubscribeTooltip(ui->loadSdlMappings, tooltips.settings.sdl_mappings);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue