mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
10 lines
320 B
Markdown
10 lines
320 B
Markdown
# MacOS notes
|
|
|
|
Entitlements.plist is to be used for code signing on macOS.
|
|
|
|
We enable "hardened runtime" in order to make notarization happy, but we need some exceptions.
|
|
|
|
## MoltenVK on Mac
|
|
|
|
To update MoltenVK, download the latest version and get the files from dylib/macOS and put them in ext/vulkan/macOS/Frameworks.
|