SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0b57886491831988c6ffc61a0169a3c8e48986fc parent 2db60c2b3f455f32e9f520b18eebc22cf7b71fc9 Author: Lior Halphon <LIJI32@gmail.com> Date: Wed, 23 Jul 2025 23:42:34 +0300 Add an icon to hotswap Diffstat:
| M | Cocoa/MainMenu.xib | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Cocoa/MainMenu.xib b/Cocoa/MainMenu.xib @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="24093.7" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="24093.9" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24093.7"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24093.9"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -82,7 +82,7 @@ <action selector="openDocument:" target="-1" id="bVn-NM-KNZ"/> </connections> </menuItem> - <menuItem title="Hot Swap Cartridge…" keyEquivalent="o" id="Rik-p8-QCf"> + <menuItem title="Hot Swap Cartridge…" secondaryImage="arrow.down.left.arrow.up.right" catalog="system" keyEquivalent="o" id="Rik-p8-QCf"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="cartSwap:" target="-1" id="iXS-Ol-IS0"/> @@ -622,6 +622,7 @@ </objects> <resources> <image name="apple.terminal" catalog="system" width="18" height="14"/> + <image name="arrow.down.left.arrow.up.right" catalog="system" width="18" height="17"/> <image name="arrow.trianglehead.2.counterclockwise.rotate.90" catalog="system" width="16" height="15"/> <image name="cable.connector.horizontal" catalog="system" width="19" height="7"/> <image name="cube" catalog="system" width="16" height="17"/>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.