From a251b323a08ef55fa920d1e96e5bbe7c12134ab7 Mon Sep 17 00:00:00 2001
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Date: Sat, 11 Jun 2016 02:19:51 +0100
Subject: [PATCH] SDL2: Add forgotten default config changes from
 7129611e65096ba2cbe8266f6cb068a9b18981d8.

---
 src/citra/default_ini.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 49126356fe..1164eda890 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -66,7 +66,11 @@ output_engine =
 # 1 (default): Yes, 0: No
 use_virtual_sd =
 
-[System Region]
+[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
 # 0: Japan, 1: USA (default), 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
 region_value =
-- 
GitLab