This commit is contained in:
2011-06-02 11:18:14 +00:00
parent 819f75fd41
commit 79bc4464e9

View File

@@ -670,7 +670,7 @@ JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_specialPoll
} }
} }
/* Calibration */ /* Calibration *
JNIEXPORT jshortArray JNICALL Java_wiiusej_WiiUseApi_getCalibration JNIEXPORT jshortArray JNICALL Java_wiiusej_WiiUseApi_getCalibration
(JNIEnv *env, jobject obj, jint id) { (JNIEnv *env, jobject obj, jint id) {
struct wiimote_t wm = *wiiuse_get_by_id(wiimotes, nbMaxWiimotes, 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); jshortArray jShorts = (*env)->NewShortArray(env, 6);
(*env)->SetShortArrayRegion(env, jShorts, 0, 6, calibration); (*env)->SetShortArrayRegion(env, jShorts, 0, 6, calibration);
return jShorts; return jShorts;
} }*/
/* Speaker */ /* Speaker */
#include "speaker.h" #include "speaker.h"