changeset 1605:f7b1d983d5c0

Bump up pause between mapping inputs
author Michael Pavone <pavone@retrodev.com>
date Tue, 31 Jul 2018 23:21:25 -0700
parents 68b05322d971
children aa7533000161
files nuklear_ui/blastem_nuklear.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c	Tue Jul 31 23:19:39 2018 -0700
+++ b/nuklear_ui/blastem_nuklear.c	Tue Jul 31 23:21:25 2018 -0700
@@ -716,7 +716,7 @@
 	mapping_string[mapping_pos++] = ':';
 }
 
-#define QUIET_FRAMES 5
+#define QUIET_FRAMES 9
 static void view_controller_mappings(struct nk_context *context)
 {
 	char buffer[512];