From 5a2500f580025f474a12f0c6afd5129e23a50b14 Mon Sep 17 00:00:00 2001 From: geequlim Date: Wed, 19 Jul 2017 09:25:35 +0800 Subject: Fix errors with global config names no more sorrys please --- core/input_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/input_map.cpp') diff --git a/core/input_map.cpp b/core/input_map.cpp index 1307c467e6..ab7fcb5b15 100644 --- a/core/input_map.cpp +++ b/core/input_map.cpp @@ -281,7 +281,7 @@ void InputMap::load_default() { key->set_scancode(KEY_PAGEDOWN); action_add_event("ui_page_down", key); - //set("display/handheld/orientation", "landscape"); + //set("display/window/handheld/orientation", "landscape"); } InputMap::InputMap() { -- cgit v1.2.3