git.y1.nz

SameBoy

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

commit 55507274d6efdf3a511eceabf9c89d7a096702b3
parent 36cf7782326800811f72f9354441542c6387bfed
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  1 Oct 2022 16:14:36 +0300

Fix build

Diffstat:
MCocoa/Document.h3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cocoa/Document.h b/Cocoa/Document.h @@ -4,7 +4,6 @@ #import "GBSplitView.h" #import "GBVisualizerView.h" #import "GBOSDView.h" -#import "GBOptionalVisualEffectView.h" #import "GBDebuggerButton.h" @class GBCheatWindowController; @@ -60,7 +59,7 @@ @property uint8_t oamHeight; @property (strong) IBOutlet NSView *audioRecordingAccessoryView; @property (strong) IBOutlet NSPopUpButton *audioFormatButton; -@property (strong) IBOutlet GBOptionalVisualEffectView *debuggerSidebarEffectView; +@property (strong) IBOutlet NSVisualEffectView *debuggerSidebarEffectView API_AVAILABLE(macos(10.10)); @property (strong) IBOutlet GBDebuggerButton *debuggerContinueButton; @property (strong) IBOutlet GBDebuggerButton *debuggerNextButton;

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