From e997ce0ce7f23e2e88b2c07948620330ef3a155b Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Sat, 26 Jul 2025 23:14:45 -0600 Subject: [PATCH] Update GBViewController.m -[GBViewController didRotateFromInterfaceOrientation:] seems to want [super ...] called to it. --- iOS/GBViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/GBViewController.m b/iOS/GBViewController.m index 85effc896..88ab9660b 100644 --- a/iOS/GBViewController.m +++ b/iOS/GBViewController.m @@ -1245,6 +1245,7 @@ static void rumbleCallback(GB_gameboy_t *gb, double amp) 32, 32); + [super didRotateFromInterfaceOrientation:fromInterfaceOrientation]; } - (UIInterfaceOrientationMask)supportedInterfaceOrientations