last small modifications

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@85 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-03-10 20:59:36 +00:00
parent 7daa0a234f
commit ea603d01fd
5 changed files with 87 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ public class WiiUseApi {
/**
* Get the only instance of WiiUseApi.
* @return
* @return the only instace of WiiUseApi.
*/
static WiiUseApi getInstance(){
return instance;
@@ -55,7 +55,6 @@ public class WiiUseApi {
/**
* Shutdown Wiiuse API.
* @return 0 if there is an error, 1 if everything is ok.
*/
native void shutdownApi();