mirror of https://github.com/LIJI32/SameBoy.git
Fix release iOS builds
This commit is contained in:
parent
ec65cfd942
commit
2498456bcc
|
@ -112,6 +112,7 @@
|
|||
- (instancetype)initWithTheme:(GBTheme *)theme
|
||||
{
|
||||
assert(false);
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
- (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation
|
||||
|
|
Loading…
Reference in New Issue