wangyongj 1 жил өмнө
parent
commit
a9b7fc2cc2

+ 4 - 3
app/src/main/java/com/xugame/gameconsole/emulator/RetroArchEmulatorActivity.java

@@ -327,7 +327,8 @@ public class RetroArchEmulatorActivity extends RetroActivityCamera {
     }
 
     private void showDialog() {
-        GameMenuDialog menuDialog = new GameMenuDialog(this, new GameMenuDialogListener() {
+        GameMenuDialog menuDialog = new GameMenuDialog(this,
+                new GameMenuDialogListener() {
             @Override
             public void onExitGame() {
                 exitLocalGame();
@@ -427,10 +428,10 @@ public class RetroArchEmulatorActivity extends RetroActivityCamera {
                     if (scanLine >= 0 && scanLine < 3) {
                         switch (ScreenType.values()[scanLine]) {
                             case NORMAL:
-                                switchFilter(null);
+                                switchFilter("/data/user/0/com.xugame.gameconsole/filters/video/Normal4x.filt");
                                 break;
                             case SAI_2X:
-                                switchFilter("/data/user/0/com.xugame.gameconsole/filters/video/2xSaI.filt");
+                                switchFilter("/data/user/0/com.xugame.gameconsole/filters/video/EPX.filt");
                                 break;
                             case SCANLINE:
                                 switchFilter("/data/user/0/com.xugame.gameconsole/filters/video/Scanline2x.filt");