diff options
| author | 2018-03-23 15:29:35 -0400 | |
|---|---|---|
| committer | 2018-03-23 15:29:35 -0400 | |
| commit | fd0a7c0aaf384016eefdeebf4a0e2790ca244808 (patch) | |
| tree | 2ed9507cbc8d671be8f208a6292df57404d7ecfa /src | |
| parent | Merge pull request #269 from N00byKing/icontoyuzu (diff) | |
| parent | Remove Option for N/3DS from default.ini (diff) | |
| download | yuzu-fd0a7c0aaf384016eefdeebf4a0e2790ca244808.tar.gz yuzu-fd0a7c0aaf384016eefdeebf4a0e2790ca244808.tar.xz yuzu-fd0a7c0aaf384016eefdeebf4a0e2790ca244808.zip | |
Merge pull request #270 from N00byKing/patch-2
Remove Option for N/3DS from default.ini
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 7fa7015ae..fe104fb81 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -154,10 +154,6 @@ output_device = | |||
| 154 | use_virtual_sd = | 154 | use_virtual_sd = |
| 155 | 155 | ||
| 156 | [System] | 156 | [System] |
| 157 | # The system model that Citra will try to emulate | ||
| 158 | # 0: Old 3DS (default), 1: New 3DS | ||
| 159 | is_new_3ds = | ||
| 160 | |||
| 161 | # The system region that Citra will use during emulation | 157 | # The system region that Citra will use during emulation |
| 162 | # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan | 158 | # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan |
| 163 | region_value = | 159 | region_value = |