mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3861] [CLOSED] [WIP] core: add macOS arm64 support #3766
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3766
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3861
Author: @AlpinDale
Created: 12/8/2025
Status: ❌ Closed
Base:
main← Head:macos-arm64📝 Commits (10+)
382910ccore: add macOS arm64 support6b6c405nit: undo513bc20some address space work1c06171flexible address in mmap26900f9address translationc99e312simple JIT recompiler + tests66a160aclang-format96b295fMerge branch 'main' into macos-arm648d0182ftry to fix the ci185e6cdusepthread_jit_write_protect_npin execution engine📊 Changes
49 files changed (+4708 additions, -25 deletions)
View changed files
📝
.github/workflows/build.yml(+52 -1)📝
.gitmodules(+3 -0)📝
CMakeDarwinPresets.json(+13 -0)📝
CMakeLists.txt(+51 -5)📝
CMakePresets.json(+24 -0)📝
externals/CMakeLists.txt(+5 -3)➕
externals/FEX(+1 -0)📝
src/common/signal_context.cpp(+21 -0)📝
src/common/va_ctx.h(+21 -1)📝
src/core/address_space.cpp(+143 -9)📝
src/core/address_space.h(+3 -0)➕
src/core/jit/arm64_codegen.cpp(+567 -0)➕
src/core/jit/arm64_codegen.h(+132 -0)➕
src/core/jit/block_manager.cpp(+126 -0)➕
src/core/jit/block_manager.h(+85 -0)➕
src/core/jit/calling_convention.cpp(+63 -0)➕
src/core/jit/calling_convention.h(+33 -0)➕
src/core/jit/execution_engine.cpp(+391 -0)➕
src/core/jit/execution_engine.h(+56 -0)➕
src/core/jit/hle_bridge.cpp(+139 -0)...and 29 more files
📄 Description
Work-in-progress; attempt to add native apple silicon support (M-series chips, ARM64).
This PR doesn't work yet,
changes have been made just to make the binary successfully build.To test:
Current state
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.