mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Request macOS 10.14.+ permissions (#12600)
This commit is contained in:
parent
b49a1f27eb
commit
a1aebdc5d6
|
|
@ -28,5 +28,9 @@
|
|||
<true/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>11.6</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>The camera will be used for PlayStation Eye emulation</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>The microphone will be used for Chat/SingStar emulation</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue