ANDROID3D: Remove deprecated backend
This commit is contained in:
parent
d4c0978d95
commit
6fbd4a3abc
47 changed files with 3 additions and 7845 deletions
|
@ -134,10 +134,6 @@ int AndroidAssetArchive::listMembers(Common::ArchiveMemberList &member_list) con
|
|||
int count = 0;
|
||||
Common::List<Common::String> dirs;
|
||||
dirs.push_back("");
|
||||
#ifdef BACKEND_ANDROID3D
|
||||
// ResidualVM specific: multiple directories
|
||||
dirs.push_back("shaders");
|
||||
#endif
|
||||
for (const auto& currentDir : dirs) {
|
||||
AAssetDir *dir = AAssetManager_openDir(_am, "");
|
||||
const char *file = AAssetDir_getNextFileName(dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue