()
| 284 | return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".app"; |
| 285 | } |
| 286 | public String getH3Path() { |
| 287 | return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".h3"; |
| 288 | } |
| 289 | |
| 290 | public long getTitleID() { |
| 291 | return fst.getTmd().titleID; |
no test coverage detected