mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 02:45:45 +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
|
@ -154,6 +154,10 @@ output_device =
|
|||
use_virtual_sd =
|
||||
|
||||
[System]
|
||||
# Whether the system is docked
|
||||
# 1 (default): Yes, 0: No
|
||||
is_docked =
|
||||
|
||||
# The system region that Citra will use during emulation
|
||||
# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
|
||||
region_value =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue