mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 05:56:07 +00:00
Remove redundant Java GL code.
Not used in Google example code.
This commit is contained in:
parent
455b7ea0c4
commit
20554b3ea2
@ -108,7 +108,6 @@ public class DisplayRefreshRateTest extends Activity {
|
||||
super.onCreate(savedInstanceState);
|
||||
Toast.makeText(this, "Touch the screen with your fingers for more accurate measurements.", Toast.LENGTH_LONG).show();
|
||||
surfaceView = new GLSurfaceView(this);
|
||||
surfaceView.setEGLConfigChooser(false);
|
||||
surfaceView.setEGLContextClientVersion(2);
|
||||
surfaceView.setRenderer(new Renderer(this));
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
|
||||
|
Loading…
x
Reference in New Issue
Block a user