initialize conroller codes so they work on first push and first game boot doesnt drop to bios!
This commit is contained in:
parent
31bd0f5742
commit
948118b8de
|
@ -191,8 +191,11 @@ public class GL2JNIView extends GLSurfaceView
|
|||
|
||||
// Initialize audio
|
||||
//configAudio(44100,250);
|
||||
|
||||
|
||||
pushInput(); //initializes controller codes
|
||||
|
||||
ethd.start();
|
||||
|
||||
}
|
||||
|
||||
public GLSurfaceView.Renderer getRenderer()
|
||||
|
|
Loading…
Reference in New Issue