Files
ARMSX1/.gitignore
T
moonpower 74f5aaac82 feat: Initialize ARMSX Overlay project with React Native setup
- Added Podfile for iOS dependencies and configuration.
- Created ARMSXModule for native module integration with React Native.
- Implemented loadEmu method in ARMSXModule to start the emulator.
- Configured Metro bundler for project structure.
- Developed main App component with UI for emulator actions.
- Added app.json for project metadata.
- Registered main application component in index.js.
- Defined package.json with project dependencies and scripts for running the app.
2025-11-22 11:08:13 +03:00

31 lines
272 B
Plaintext

.vscode/
bin/
build-win32/
res/
sdl2/
SDL2-2.30.3/
sdl2-win32/
sdl2-win64/
system573/
psyq/
test/
bios/
roms/
snap/
*.BIN
*.bin
*.dll
*.exe
*.out
*.toml
!Cargo.toml
*.zip
*.cue
*.iso
*.mcd
*.rom
*.o
psxe.app
.DS_Store
*/.DS_Store
node_modules