mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
config: Add setting for whether the system is docked or not.
This commit is contained in:
parent
95b7e5cac8
commit
679d29d9f8
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