SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 8ed46a6a58ba00dba3b6adc3129257d35feb2bcf parent 27d42146baf52cd8346f7c24d2cb88b09c1618d7 Author: Lior Halphon <LIJI32@gmail.com> Date: Wed, 20 Dec 2023 23:54:49 +0200 Allow SameBoy Cocoa to coexist with VBA Diffstat:
| M | Cocoa/Info.plist | 1 | + |
| M | QuickLook/Info.plist | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Cocoa/Info.plist b/Cocoa/Info.plist @@ -22,6 +22,7 @@ <key>LSItemContentTypes</key> <array> <string>com.github.liji32.sameboy.gb</string> + <string>public.gbrom</string> </array> <key>LSTypeIsPackage</key> <integer>0</integer> diff --git a/QuickLook/Info.plist b/QuickLook/Info.plist @@ -14,6 +14,7 @@ <string>com.github.liji32.sameboy.gb</string> <string>com.github.liji32.sameboy.gbc</string> <string>com.github.liji32.sameboy.isx</string> + <string>public.gbrom</string> </array> </dict> </array>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.