Browse Source

Remove Option for N/3DS from default.ini

nce_cpp
N00byKing 8 years ago
committed by GitHub
parent
commit
3aeeaeaf2b
  1. 4
      src/yuzu_cmd/default_ini.h

4
src/yuzu_cmd/default_ini.h

@ -154,10 +154,6 @@ output_device =
use_virtual_sd = use_virtual_sd =
[System] [System]
# The system model that Citra will try to emulate
# 0: Old 3DS (default), 1: New 3DS
is_new_3ds =
# The system region that Citra will use during emulation # 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 # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
region_value = region_value =

Loading…
Cancel
Save