mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-03 06:38:49 +00:00
Boonk
This commit is contained in:
parent
f1e97fcd61
commit
19f6912f01
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ public class GameUtils {
|
||||||
String name = parts[parts.length - 1];
|
String name = parts[parts.length - 1];
|
||||||
path = "game://internal/" + name;
|
path = "game://internal/" + name;
|
||||||
}
|
}
|
||||||
|
|
||||||
context.startActivity(new Intent(context, GameActivity.class).putExtra(Constants.ACTIVITY_PARAMETER_PATH, path));
|
context.startActivity(new Intent(context, GameActivity.class).putExtra(Constants.ACTIVITY_PARAMETER_PATH, path));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,7 +76,7 @@ public class GameUtils {
|
||||||
return FileUtils.getResourcePath(Constants.RESOURCE_FOLDER_ELF)+"/"+uri.getAuthority();
|
return FileUtils.getResourcePath(Constants.RESOURCE_FOLDER_ELF)+"/"+uri.getAuthority();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue