mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 17:37:56 -05:00
config: Add setting for whether the system is docked or not.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user