summaryrefslogtreecommitdiff
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra/default_ini.h')
-rw-r--r--src/citra/default_ini.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 7996813b4..435ba6f00 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -91,6 +91,10 @@ output_engine =
91# 0: No, 1 (default): Yes 91# 0: No, 1 (default): Yes
92enable_audio_stretching = 92enable_audio_stretching =
93 93
94# Which audio device to use.
95# auto (default): Auto-select
96output_device =
97
94[Data Storage] 98[Data Storage]
95# Whether to create a virtual SD card. 99# Whether to create a virtual SD card.
96# 1 (default): Yes, 0: No 100# 1 (default): Yes, 0: No
@@ -105,6 +109,22 @@ is_new_3ds =
105# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan 109# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
106region_value = 110region_value =
107 111
112[Camera]
113# Which camera engine to use for the right outer camera
114# blank (default): a dummy camera that always returns black image
115camera_outer_right_name =
116
117# A config string for the right outer camera. Its meaning is defined by the camera engine
118camera_outer_right_config =
119
120# ... for the left outer camera
121camera_outer_left_name =
122camera_outer_left_config =
123
124# ... for the inner camera
125camera_inner_name =
126camera_inner_config =
127
108[Miscellaneous] 128[Miscellaneous]
109# A filter which removes logs below a certain logging level. 129# A filter which removes logs below a certain logging level.
110# Examples: *:Debug Kernel.SVC:Trace Service.*:Critical 130# Examples: *:Debug Kernel.SVC:Trace Service.*:Critical