git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 33d237706e18d92fb79e3fd7313d5181d8a806cd
parent a39efd31cff71f919d67824b993eca522c5e5e9b
Author: Lior Halphon <2345928+LIJI32@users.noreply.github.com>
Date:   Sun, 29 Jun 2025 23:05:20 +0300

Merge pull request #709 from joshrad-dev/master

Add ability to save to photos on iOS
Diffstat:
MiOS/Info.plist2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -58,6 +58,8 @@ <true/> <key>NSCameraUsageDescription</key> <string>SameBoy needs to access your device&apos;s camera to emulate the Game Boy Camera</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>SameBoy needs access to save Game Boy Printer images to your photo library</string> <key>CFBundleDocumentTypes</key> <array> <dict>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.