Update GBViewController.m

-[GBViewController didRotateFromInterfaceOrientation:] seems to want [super ...] called to it.
This commit is contained in:
C.W. Betts
2025-07-26 23:14:45 -06:00
committed by GitHub
parent f54bfae01f
commit e997ce0ce7

View File

@@ -1245,6 +1245,7 @@ static void rumbleCallback(GB_gameboy_t *gb, double amp)
32,
32);
[super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
}
- (UIInterfaceOrientationMask)supportedInterfaceOrientations