diff options
| author | 2016-06-10 22:38:51 -0400 | |
|---|---|---|
| committer | 2016-06-10 22:38:51 -0400 | |
| commit | 0c56c9f5415a6c3158ec2883ed86ee758df5c794 (patch) | |
| tree | 8f06cf93ec87aeb29865fd7a491c0892c5c3334e /src | |
| parent | Merge pull request #1789 from wwylele/input-refactor (diff) | |
| parent | SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb06... (diff) | |
| download | yuzu-0c56c9f5415a6c3158ec2883ed86ee758df5c794.tar.gz yuzu-0c56c9f5415a6c3158ec2883ed86ee758df5c794.tar.xz yuzu-0c56c9f5415a6c3158ec2883ed86ee758df5c794.zip | |
Merge pull request #1897 from linkmauve/sdl2-config-fix
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra/default_ini.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h index a9017dcb3..4e63f3206 100644 --- a/src/citra/default_ini.h +++ b/src/citra/default_ini.h | |||
| @@ -71,7 +71,11 @@ output_engine = | |||
| 71 | # 1 (default): Yes, 0: No | 71 | # 1 (default): Yes, 0: No |
| 72 | use_virtual_sd = | 72 | use_virtual_sd = |
| 73 | 73 | ||
| 74 | [System Region] | 74 | [System] |
| 75 | # The system model that Citra will try to emulate | ||
| 76 | # 0: Old 3DS (default), 1: New 3DS | ||
| 77 | is_new_3ds = | ||
| 78 | |||
| 75 | # The system region that Citra will use during emulation | 79 | # The system region that Citra will use during emulation |
| 76 | # 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan | 80 | # 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan |
| 77 | region_value = | 81 | region_value = |