| 511 | } |
| 512 | |
| 513 | menu::GenericMenu *utils::CreatePlayer(string const& url) |
| 514 | { |
| 515 | string ext = common::StripFilename(url, "E"); |
| 516 | // TODO: implement |
| 517 | return NULL; |
| 518 | } |
| 519 | |
| 520 | GenericPlayer::SupportType utils::GetContentSupportType(const char *path) |
| 521 | { |
nothing calls this directly
no outgoing calls
no test coverage detected