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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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>