diff options
author | Arisotura <thetotalworm@gmail.com> | 2022-10-02 16:47:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 16:47:57 +0200 |
commit | 3f4573574a581da849408ebc376ca97d5e82bc7d (patch) | |
tree | e6144cc9cfcfe383faee847e54b7864f963a9373 /res | |
parent | c1c4cbc838bcc017ea325458112582e949274f30 (diff) |
actual DSi camera support (#1520)
basically feeding something that isn't a fixed stripe pattern, and emulating enough of the camera hardware to make this work
Diffstat (limited to 'res')
-rw-r--r-- | res/melon.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/melon.plist.in b/res/melon.plist.in index 20d385a..58d0c9b 100644 --- a/res/melon.plist.in +++ b/res/melon.plist.in @@ -22,6 +22,8 @@ <true/> <key>NSMicrophoneUsageDescription</key> <string>We need microphone access so you can use the emulated DS microphone</string> + <key>NSCameraUsageDescription</key> + <string>Camera access is needed for emulation of the DSi's cameras</string> <key>CFBundleDocumentTypes</key> <array> <dict> |