mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
clean up
This commit is contained in:
parent
d77a48c88c
commit
c8f6c54c96
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ void emulated_logitech_g27_settings_dialog::load_ui_state_from_config()
|
||||||
{
|
{
|
||||||
const auto load_mapping = [this](const emulated_logitech_g27_mapping& mapping, Mapping* ui_mapping, mapping_device_choice device_choice)
|
const auto load_mapping = [this](const emulated_logitech_g27_mapping& mapping, Mapping* ui_mapping, mapping_device_choice device_choice)
|
||||||
{
|
{
|
||||||
sdl_mapping m =
|
const sdl_mapping m =
|
||||||
{
|
{
|
||||||
.device_type_id = mapping.device_type_id.get(),
|
.device_type_id = mapping.device_type_id.get(),
|
||||||
.type = mapping.type.get(),
|
.type = mapping.type.get(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue