filesystem: avoid scanning game directory as executable in FS_FindLibrary on Android, generic refactoring

This commit is contained in:
Alibek Omarov
2026-05-09 16:56:58 +05:00
parent 11ee883c84
commit a106924c7f
4 changed files with 199 additions and 155 deletions

View File

@@ -12,13 +12,10 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include ALLOCA_H
#include "crtlib.h"
#include "filesystem.h"
#include "filesystem_internal.h"
#include "VFileSystem009.h"
#include "common/com_strings.h"