git.y1.nz

SameBoy

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

commit b2d1086e2e017c8a2b2da85bc77ac23b5b4729c1
parent 93cc19b3b94ae6d8412586c3b3922048fc366d8d
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  8 Jun 2024 20:34:26 +0300

Make the console window not always on top

Diffstat:
MCocoa/Document.m2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -781,6 +781,8 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency) self.memoryWindow.title = [NSString stringWithFormat:@"Memory – %@", [self.fileURL.path lastPathComponent]]; self.vramWindow.title = [NSString stringWithFormat:@"VRAM Viewer – %@", [self.fileURL.path lastPathComponent]]; + self.consoleWindow.level = NSNormalWindowLevel; + self.debuggerSplitView.dividerColor = self.debuggerVerticalLine.borderColor; [self.debuggerVerticalLine removeFromSuperview]; // No longer used, just there for the color if (@available(macOS 11.0, *)) {

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