Android: Restore processor count, Cleanup
This commit is contained in:
parent
e19ec5a531
commit
95fa701ac0
|
@ -46,7 +46,7 @@ before_script:
|
|||
script:
|
||||
- git fetch --depth 50
|
||||
- cd shell/android-studio
|
||||
- export NUMBER_OF_PROCESSORS=4
|
||||
- export NUMBER_OF_PROCESSORS=2
|
||||
- sudo chmod 755 travis-build.sh
|
||||
- "./travis-build.sh"
|
||||
- test -z "$encrypted_c726d225a9d9_key" || ./travis-release.sh
|
||||
|
|
|
@ -65,13 +65,9 @@ public class GL2JNIView extends GLSurfaceView
|
|||
public static final int LAYER_TYPE_HARDWARE = 2;
|
||||
|
||||
private static String fileName;
|
||||
//private AudioThread audioThread;
|
||||
private EmuThread ethd;
|
||||
private Handler handler = new Handler();
|
||||
|
||||
private static int sWidth;
|
||||
private static int sHeight;
|
||||
|
||||
Vibrator vib;
|
||||
|
||||
private boolean editVjoyMode = false;
|
||||
|
|
Loading…
Reference in New Issue