summaryrefslogtreecommitdiff
path: root/src/citra/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra/default_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index f1f626eed..7cf543e07 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -34,7 +34,7 @@ gpu_refresh_rate = ## 60 (default)
34use_virtual_sd = 34use_virtual_sd =
35 35
36[Miscellaneous] 36[Miscellaneous]
37enable_log = 37log_filter = *:Info ## Examples: *:Debug Kernel.SVC:Trace Service.*:Critical
38)"; 38)";
39 39
40} 40}