From 9937cab2cd44366d058701704ba01d63bb972db2 Mon Sep 17 00:00:00 2001
From: zhupengfei <zhupengfei321@sina.cn>
Date: Sat, 4 Aug 2018 12:20:00 +0800
Subject: [PATCH] citra: default_ini bg color default value fix

I discovered this while making changing background color.. Just a minor nit.
---
 src/citra/default_ini.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/citra/default_ini.h b/src/citra/default_ini.h
index 909950350..938a42900 100644
--- a/src/citra/default_ini.h
+++ b/src/citra/default_ini.h
@@ -111,7 +111,7 @@ use_frame_limit =
 frame_limit =
 
 # The clear color for the renderer. What shows up on the sides of the bottom screen.
-# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
+# Must be in range of 0.0-1.0. Defaults to 0.0 for all.
 bg_red =
 bg_blue =
 bg_green =