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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 3f523857f..be4b289bd 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -33,6 +33,9 @@ frame_skip = ## 0: No frameskip (default), 1 : 2x frameskip, 2 : 4x frameskip, e
33[Data Storage] 33[Data Storage]
34use_virtual_sd = 34use_virtual_sd =
35 35
36[System Region]
37region_value = ## 0 : Japan, 1 : Usa (default), 2 : Europe, 3 : Australia, 4 : China, 5 : Korea, 6 : Taiwan.
38
36[Miscellaneous] 39[Miscellaneous]
37log_filter = *:Info ## Examples: *:Debug Kernel.SVC:Trace Service.*:Critical 40log_filter = *:Info ## Examples: *:Debug Kernel.SVC:Trace Service.*:Critical
38)"; 41)";