mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 20:15:04 +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];
|
||||
path = "game://internal/" + name;
|
||||
}
|
||||
|
||||
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 path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue