mirror of https://github.com/xemu-project/xemu.git
Info.plist: Add NSMicrophoneUsageDescription key
Required to access microphone on macOS.
This commit is contained in:
parent
6f63e3c4af
commit
4f71be78e2
|
@ -32,5 +32,7 @@
|
|||
<true/>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Microphone used for peripheral emulation, e.g. Xbox Live Communicator.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue