diff --git a/performance.c b/performance.c
index 5c8c4e1760..b557c22e21 100644
--- a/performance.c
+++ b/performance.c
@@ -224,6 +224,9 @@ void rarch_get_cpu_features(struct rarch_cpu_features *cpu)
if (cpu_flags & ANDROID_CPU_ARM_FEATURE_NEON)
cpu->simd |= RARCH_SIMD_NEON;
+ RARCH_LOG("[CPUID]: NEON: %u\n", !!(cpu->simd & RARCH_SIMD_NEON));
+#elif defined(__BLACKBERRY_QNX__)
+ cpu->simd |= RARCH_SIMD_NEON;
RARCH_LOG("[CPUID]: NEON: %u\n", !!(cpu->simd & RARCH_SIMD_NEON));
#elif defined(__CELLOS_LV2__)
cpu->simd |= RARCH_SIMD_VMX;
diff --git a/playbook/.cproject b/playbook/.cproject
index 3d88437cb5..570b741058 100644
--- a/playbook/.cproject
+++ b/playbook/.cproject
@@ -30,6 +30,8 @@
+
+
@@ -133,7 +157,7 @@
-
+
@@ -148,6 +172,8 @@
+
+
@@ -183,6 +209,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -218,6 +262,8 @@
+
+
@@ -228,7 +274,7 @@
-
+
@@ -242,6 +288,8 @@
+
+
@@ -279,6 +327,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -314,6 +380,8 @@
+
+
@@ -324,7 +392,7 @@
-
+
@@ -338,6 +406,8 @@
+
+
@@ -375,6 +445,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -408,6 +496,8 @@
+
+
@@ -418,7 +508,7 @@
-
+
@@ -432,6 +522,8 @@
+
+
@@ -468,6 +560,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -502,6 +612,8 @@
+
+
@@ -512,7 +624,7 @@
-
+
@@ -526,6 +638,8 @@
+
+
@@ -563,6 +677,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -597,6 +729,8 @@
+
+
@@ -607,7 +741,7 @@
-
+
@@ -621,6 +755,8 @@
+
+
@@ -658,6 +794,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -690,10 +844,10 @@
-
+
-
+
diff --git a/playbook/.project b/playbook/.project
index b738c37840..5d9c1e70f8 100644
--- a/playbook/.project
+++ b/playbook/.project
@@ -79,5 +79,15 @@
1
PARENT-1-PROJECT_LOC/console/griffin/griffin.c
+
+ src/sinc_neon.S
+ 1
+ PARENT-1-PROJECT_LOC/audio/sinc_neon.S
+
+
+ src/utils_neon.S
+ 1
+ PARENT-1-PROJECT_LOC/audio/utils_neon.S
+
diff --git a/playbook/bar-descriptor.xml b/playbook/bar-descriptor.xml
index a8b7b2122c..e37244c6ae 100644
--- a/playbook/bar-descriptor.xml
+++ b/playbook/bar-descriptor.xml
@@ -25,7 +25,7 @@
1
-
+ "v0.9.8.4"
@@ -51,6 +51,7 @@
retroarch.cfg
test.rom
lib/test.so
+