46 Commits
Author SHA1 Message Date
moonpower 63ff9ab65b Switch fsui submodule to fuse-lib on GitHub 2026-08-04 23:07:17 +02:00
moonpower b775acbf8e Finalize portable interpreter, rendering, and mobile storage 2026-08-01 15:45:00 +02:00
moonpower 0f9c64ce62 checkpoint portable cached CPU SDL acceleration and media support 2026-07-27 21:23:15 +02:00
moonpower e4a7649568 Add FTP root connectivity to the file picker 2026-04-09 20:56:12 +02:00
moonpower dbaa214255 Gate CHD support and clean up user-facing UI text 2026-04-09 19:08:02 +02:00
moonpower 29d29f1cca Fix musl atomic linking and wasm FSUI dependencies 2026-04-08 03:30:34 +02:00
moonpower 13b56ed43a Fix musl linking and streamline CI workflow triggers 2026-04-08 01:44:43 +02:00
moonpower da890f2c45 Switch FSUI build to system GL 2026-04-08 00:17:43 +02:00
moonpower 554722b4de Fix wasm build and Android signing 2026-04-07 23:21:51 +02:00
moonpower 2d22264db4 Add hardware debug tracing for GPU comparison 2026-04-07 22:20:58 +02:00
moonpower 940af9c419 Checkpoint experimental hardware renderer backend 2026-04-07 22:10:40 +02:00
moonpower b636d09ec3 Fix CI matrices and add Vita workflow 2026-04-07 17:22:44 +02:00
moonpower 0465001fee Harden build shell flags and wasm output check 2026-04-07 09:47:26 +02:00
moonpower 9107a7e029 Migrate CI to Gitea and clean README links 2026-04-07 08:30:44 +02:00
moonpower 57931cd773 Add protocol launch handling and fast forward toggle 2026-04-07 03:18:41 +02:00
moonpower 0936e14e1d commiy 2026-04-06 20:41:10 +02:00
moonpower 64da9ec8e1 Add protocol launch support and PS Vita packaging
Generated by Moon Code.
Co-Authored-By: Moon Code <moon-code@users.noreply.github.com>
2026-04-06 05:00:18 +02:00
moonpower 476b46a873 Replace frame pacing with vblank timing and add VSync toggle 2026-04-05 19:47:08 +02:00
moonpower f5d6c32ae2 Replace React Native shell with FSUI across all platforms 2026-04-04 22:14:30 +02:00
moonpower 01a308dd44 Replace React Native frontend with FSUI integration 2026-04-04 22:08:46 +02:00
moonpower c2c688fa39 Add PrivacyInfo.xcprivacy file to define accessed API types and tracking settings 2025-11-22 13:58:31 +03:00
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
moonpower 85c1bca420 Update iOS deployment target to 14.0 2025-11-21 04:55:59 +03:00
moonpower 09e1b3e820 Rename project from PSXE to ARMSX; update references and configurations accordingly 2025-11-19 05:43:44 +03:00
moonpower f9f0ccecc9 Add IMGUI frontend support and related configurations
- Introduced IMGUI frontend functionality with conditional compilation.
- Updated Makefile to include IMGUI frontend configuration option.
- Enhanced imgui_layer with new functions for frontend initialization and configuration handling.
- Modified main.c to integrate IMGUI frontend execution path.
- Updated logging header to support C++ linkage.
2025-11-19 04:46:02 +03:00