config: Add setting for whether the system is docked or not.

This commit is contained in:
bunnei 2018-03-26 22:24:31 -04:00
parent b4bf099793
commit 12b05c719e
5 changed files with 24 additions and 2 deletions

View file

@ -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;