mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Qt/input: add checkbox for emulated stick values
This commit is contained in:
parent
2f2a03b37b
commit
ad0f12c742
6 changed files with 98 additions and 31 deletions
|
@ -112,6 +112,7 @@ namespace gui
|
|||
const QString notes = "Notes";
|
||||
const QString titles = "Titles";
|
||||
const QString localization = "Localization";
|
||||
const QString pad_settings = "PadSettings";
|
||||
|
||||
const QColor gl_icon_color = QColor(240, 240, 240, 255);
|
||||
|
||||
|
@ -226,6 +227,8 @@ namespace gui
|
|||
const gui_save um_active_user = gui_save(users, "active_user", "00000001");
|
||||
|
||||
const gui_save loc_language = gui_save(localization, "language", "en");
|
||||
|
||||
const gui_save pads_show_emulated = gui_save(pad_settings, "show_emulated_values", false);
|
||||
}
|
||||
|
||||
/** Class for GUI settings..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue