mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
- Added the Pixel Cyr font to the mobile assets directory. - Created a new React Native configuration file to specify project settings, including Android source directory, app name, and package name. - Configured asset linking for the mobile assets.
39 lines
454 B
Plaintext
39 lines
454 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
|
|
ios/HostApp/Pods/*
|
|
ios/HostApp/build/*
|
|
helpers/*
|
|
android/app/src/main/jniLibs/
|
|
android/native-deps/
|
|
mobile/temp/*
|
|
ios/HostApp/ARMSX.xcodeproj/
|
|
ios/HostApp/ARMSX.xcworkspace/ |