From 79bc4464e92f864cbcfa3fd9facadccfa03f31b0 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Thu, 2 Jun 2011 11:18:14 +0000 Subject: [PATCH] --- wiiusej_WiiUseApi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiiusej_WiiUseApi.c b/wiiusej_WiiUseApi.c index aa190ca..a8dd30d 100644 --- a/wiiusej_WiiUseApi.c +++ b/wiiusej_WiiUseApi.c @@ -670,7 +670,7 @@ JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_specialPoll } } -/* Calibration */ +/* Calibration * JNIEXPORT jshortArray JNICALL Java_wiiusej_WiiUseApi_getCalibration (JNIEnv *env, jobject obj, jint id) { struct wiimote_t wm = *wiiuse_get_by_id(wiimotes, nbMaxWiimotes, id); @@ -684,7 +684,7 @@ JNIEXPORT jshortArray JNICALL Java_wiiusej_WiiUseApi_getCalibration jshortArray jShorts = (*env)->NewShortArray(env, 6); (*env)->SetShortArrayRegion(env, jShorts, 0, 6, calibration); return jShorts; -} +}*/ /* Speaker */ #include "speaker.h"