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