Android: Fix screenshots on game list

This commit is contained in:
Sean Maas 2016-10-25 22:25:34 -04:00
parent f1dd0bda3b
commit f257c3385b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public final class Game
public static final int COUNTRY_WORLD = 12; public static final int COUNTRY_WORLD = 12;
public static final int COUNTRY_UNKNOWN = 13; public static final int COUNTRY_UNKNOWN = 13;
private static final String PATH_SCREENSHOT_FOLDER = Environment.getExternalStorageDirectory().getPath() + "dolphin-emu/ScreenShots/"; private static final String PATH_SCREENSHOT_FOLDER = "file://" + Environment.getExternalStorageDirectory().getPath() + "/dolphin-emu/ScreenShots/";
private String mTitle; private String mTitle;
private String mDescription; private String mDescription;