mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 12:52:53 +02:00
Update GBViewController.m
-[GBViewController didRotateFromInterfaceOrientation:] seems to want [super ...] called to it.
This commit is contained in:
@@ -1245,6 +1245,7 @@ static void rumbleCallback(GB_gameboy_t *gb, double amp)
|
||||
32,
|
||||
32);
|
||||
|
||||
[super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
|
||||
}
|
||||
|
||||
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
||||
|
Reference in New Issue
Block a user