mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 11:32:33 -07: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