Request microphone permissions on macOS

This commit is contained in:
WaluigiWare64
2021-02-25 09:12:22 +00:00
committed by GitHub
parent 68da2ace58
commit 81980d2836

View File

@ -20,5 +20,7 @@
<string>Licensed under GPLv3</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>We need microphone access so you can use the emulated DS microphone</string>
</dict>
</plist>