Add shortcuts and status bar widgets to toggle and set 3D factor (#6277)

This commit is contained in:
Steveice10
2023-02-09 11:57:06 -08:00
committed by GitHub
parent f66d03dd48
commit 691cb43871
9 changed files with 135 additions and 37 deletions

View File

@@ -26,7 +26,7 @@ public:
static const std::array<int, Settings::NativeButton::NumButtons> default_buttons;
static const std::array<std::array<int, 5>, Settings::NativeAnalog::NumAnalogs> default_analogs;
static const std::array<UISettings::Shortcut, 24> default_hotkeys;
static const std::array<UISettings::Shortcut, 27> default_hotkeys;
private:
void Initialize(const std::string& config_name);