new version. with linux and you can choose wether you want to rumble wiimotes on connections.

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@110 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-03-30 17:56:01 +00:00
parent 3c2563a135
commit 3223e90f40
3 changed files with 20 additions and 18 deletions

View File

@@ -10,10 +10,10 @@ extern "C" {
/*
* Class: wiiusej_WiiUseApi
* Method: doConnections
* Signature: (I)I
* Signature: (IZ)I
*/
JNIEXPORT jint JNICALL Java_wiiusej_WiiUseApi_doConnections
(JNIEnv *, jobject, jint);
(JNIEnv *, jobject, jint, jboolean);
/*
* Class: wiiusej_WiiUseApi