Android: Restore processor count, Cleanup

This commit is contained in:
Ender's Games 2018-08-25 17:16:56 -04:00
parent e19ec5a531
commit 95fa701ac0
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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;