From 9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba Mon Sep 17 00:00:00 2001
From: shinyquagsire23 <mtinc2@gmail.com>
Date: Mon, 15 Jan 2018 02:27:30 -0700
Subject: [PATCH] yuzu_cmd: Fix default ini, add screenshot button

---
 src/yuzu_cmd/default_ini.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 47d1198b31..469df96cc1 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -48,7 +48,8 @@ button_lstick_right=
 button_lstick_down=
 button_sl=
 button_sr=
-button_home"
+button_home=
+button_screenshot=
 
 # for analog input, the following devices are available:
 #  - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters:
-- 
GitLab