mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
- Updated .gitignore to include Android native libraries and dependencies. - Modified android/app/build.gradle to register a new task for preparing native binaries. - Enhanced build.sh to support building SDL2/libarmsx for Android, including NDK setup and BIOS handling. - Refactored iOS AppDelegate to integrate RNOverlayController and EmulatorRunner for better overlay management. - Introduced EmulatorRunner class to handle the emulator lifecycle and argument passing. - Created RNOverlayController to manage the React Native overlay, including mounting and unmounting logic. - Updated Xcode project files to reflect new source files and dependencies.