Merge pull request #340 from hydra-emu/pandroid4

Pandroid
This commit is contained in:
wheremyfoodat 2023-12-13 23:20:07 +02:00 committed by GitHub
commit c3cd6acefe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 2224 additions and 10 deletions

View file

@ -1,6 +1,8 @@
#include "emulator.hpp"
#ifndef __ANDROID__
#include <SDL_filesystem.h>
#endif
#include <fstream>