git.y1.nz

SameBoy

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

commit 6829ebf44a6a2a92e317b0de885a221be3c64d88
parent e1075b1bdc36baebf348d0c5b16c28acc968b6ed
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 27 Jan 2023 16:42:31 +0200

File icons

Diffstat:
AiOS/Cartridge.png0
AiOS/ColorCartridge.png0
MiOS/Info.plist12++++++++++++
3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/iOS/Cartridge.png b/iOS/Cartridge.png Binary files differ. diff --git a/iOS/ColorCartridge.png b/iOS/ColorCartridge.png Binary files differ. diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -59,6 +59,10 @@ <key>CFBundleDocumentTypes</key> <array> <dict> + <key>CFBundleTypeIconFiles</key> + <array> + <string>Cartridge.png</string> + </array> <key>CFBundleTypeExtensions</key> <array> <string>gb</string> @@ -73,6 +77,10 @@ <string>Owner</string> </dict> <dict> + <key>CFBundleTypeIconFiles</key> + <array> + <string>ColorCartridge.png</string> + </array> <key>CFBundleTypeExtensions</key> <array> <string>gbc</string> @@ -87,6 +95,10 @@ <string>Owner</string> </dict> <dict> + <key>CFBundleTypeIconFiles</key> + <array> + <string>ColorCartridge.png</string> + </array> <key>CFBundleTypeExtensions</key> <array> <string>isx</string>

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