config: Add setting for whether the system is docked or not.
This commit is contained in:
parent
b4bf099793
commit
12b05c719e
5 changed files with 24 additions and 2 deletions
|
@ -111,6 +111,9 @@ enum class CpuCore {
|
|||
};
|
||||
|
||||
struct Values {
|
||||
// System
|
||||
bool is_docked;
|
||||
|
||||
// Controls
|
||||
std::array<std::string, NativeButton::NumButtons> buttons;
|
||||
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue