git.y1.nz

SameBoy

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

Cocoa/GBPanel.m

      1 #import "GBPanel.h"
      2 
      3 @implementation GBPanel
      4 - (void)becomeKeyWindow
      5 {
      6     if ([_ownerWindow canBecomeMainWindow]) {
      7         [_ownerWindow makeMainWindow];
      8     }
      9     [super becomeKeyWindow];
     10 }
     11 @end

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