From 6d9953ba93f4fe2d23184c96b28c82e3ca605231 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 16 Feb 2018 19:27:27 +0100 Subject: [PATCH] Version bump to v0.9k Added config option to copy DPAD data to Sticks. Use VPAD_L_STICK_COPY_DATA = TRUE or VPAD_R_STICK_COPY_DATA = TRUE --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index be32cd6..e01fbed 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define APP_VERION "v0.9j" +#define APP_VERION "v0.9k"