initialize conroller codes so they work on first push and first game boot doesnt drop to bios!

This commit is contained in:
Bryan Barnes 2014-02-22 12:21:29 -05:00
parent 31bd0f5742
commit 948118b8de
1 changed files with 4 additions and 1 deletions

View File

@ -191,8 +191,11 @@ public class GL2JNIView extends GLSurfaceView
// Initialize audio
//configAudio(44100,250);
pushInput(); //initializes controller codes
ethd.start();
}
public GLSurfaceView.Renderer getRenderer()