Files
ARMSX3/3rdparty
jpolo1224 1eb63137e3 ARMSX3: Android port of RPCS3, proof of concept
Adds an Android build of the RPCS3 core plus a Compose UI, and fixes several
things that stopped it working on ARM64.

Renderer:
- Emit concrete bounds for runtime sized arrays in uniform blocks when
  VK_EXT_shader_uniform_buffer_unsized_array is missing. Adreno does not have
  the extension, so every game pipeline failed with VK_ERROR_UNKNOWN and only
  overlays drew.
- Probe and request that extension properly instead of chaining its feature
  struct unconditionally.
- Hand VMA the Vulkan function pointers it needs under VK_NO_PROTOTYPES.
- Rebuild the surface and swapchain when the window is lost instead of killing
  the RSX thread.
- Only create a GLES context when the GL renderer is actually selected.

SPU:
- Sum instead of taking an absolute difference in the ARM64 block verification
  checksum. The difference collides on the near identical job binaries an SPU
  job manager streams through one local store address, so a cached block could
  run against another job's code.

Threading:
- Implement thread affinity on Android using sched_setaffinity.
- Add an ARM big.LITTLE core arrangement so SPU and RSX threads land on the
  fast cores.

Misc:
- Detect the host CPU for the LLVM JIT instead of pinning cortex-a34.
- Fall back to the default audio device when cubeb cannot enumerate.
2026-08-06 08:59:52 -04:00
..
2026-06-26 12:24:04 +02:00
2026-02-15 12:51:57 +01:00
2026-07-09 18:12:27 +02:00
2026-08-02 00:11:19 +02:00
2026-06-12 08:09:18 +02:00
2026-07-27 16:18:26 +02:00
2026-02-15 12:51:57 +01:00
2026-04-19 15:25:57 +02:00
2026-07-01 22:56:29 +02:00
2026-05-20 18:10:01 +02:00
2026-07-26 18:42:53 +02:00
2026-08-03 22:45:24 +02:00
2026-05-30 13:14:25 +02:00
2026-06-16 12:07:57 +02:00
2026-06-21 16:37:09 +02:00
2026-04-05 11:14:11 +02:00
2026-03-06 15:06:25 +01:00
2026-03-25 08:30:41 +01:00