diff options
Diffstat (limited to 'src/citra/default_ini.h')
| -rw-r--r-- | src/citra/default_ini.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index 59faf773f..783c4a835 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -153,22 +153,6 @@ is_new_3ds = | |||
| 153 | # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan | 153 | # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan |
| 154 | region_value = | 154 | region_value = |
| 155 | 155 | ||
| 156 | [Camera] | ||
| 157 | # Which camera engine to use for the right outer camera | ||
| 158 | # blank (default): a dummy camera that always returns black image | ||
| 159 | camera_outer_right_name = | ||
| 160 | |||
| 161 | # A config string for the right outer camera. Its meaning is defined by the camera engine | ||
| 162 | camera_outer_right_config = | ||
| 163 | |||
| 164 | # ... for the left outer camera | ||
| 165 | camera_outer_left_name = | ||
| 166 | camera_outer_left_config = | ||
| 167 | |||
| 168 | # ... for the inner camera | ||
| 169 | camera_inner_name = | ||
| 170 | camera_inner_config = | ||
| 171 | |||
| 172 | [Miscellaneous] | 156 | [Miscellaneous] |
| 173 | # A filter which removes logs below a certain logging level. | 157 | # A filter which removes logs below a certain logging level. |
| 174 | # Examples: *:Debug Kernel.SVC:Trace Service.*:Critical | 158 | # Examples: *:Debug Kernel.SVC:Trace Service.*:Critical |