git.y1.nz

SameBoy

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

commit 7c8b9cf05a52ad299e0a5cec5cc5040a305b39c8
parent a48f251039c3305f411f2ca85b363fe5bc95297f
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 20 Feb 2022 18:59:38 +0200

Less hacky, less buggy

Diffstat:
MCocoa/GBImageView.m4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cocoa/GBImageView.m b/Cocoa/GBImageView.m @@ -90,9 +90,9 @@ return self; } -- (void)setImage:(NSImage *)image +-(void)viewWillDraw { - [super setImage:image]; + [super viewWillDraw]; for (CALayer *layer in self.layer.sublayers) { layer.magnificationFilter = kCAFilterNearest; }

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