SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 35a91768b4011711309f108007d03b41da144810 parent a795514bc4b598e2da614be9d101258eefcb889c Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 25 Nov 2023 21:22:01 +0200 iPad support was missing from the iOS plist file Diffstat:
| M | iOS/Info.plist | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -169,5 +169,10 @@ </dict> </dict> </array> + <key>UIDeviceFamily</key> + <array> + <integer>1</integer> + <integer>2</integer> + </array> </dict> </plist>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.