mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove obsolete code path
This commit is contained in:
parent
1a01e4fd2e
commit
4f2379a2d3
1 changed files with 0 additions and 7 deletions
|
@ -325,12 +325,6 @@ extern float g_safeInsetBottom;
|
|||
[self shutdown];
|
||||
}
|
||||
|
||||
// For iOS before 6.0
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
|
||||
{
|
||||
return UIInterfaceOrientationIsLandscape(toInterfaceOrientation);
|
||||
}
|
||||
|
||||
// For iOS 6.0 and up
|
||||
- (NSUInteger)supportedInterfaceOrientations
|
||||
{
|
||||
|
@ -346,7 +340,6 @@ extern float g_safeInsetBottom;
|
|||
- (void)touchX:(float)x y:(float)y code:(int)code pointerId:(int)pointerId
|
||||
{
|
||||
float scale = [UIScreen mainScreen].scale;
|
||||
|
||||
if ([[UIScreen mainScreen] respondsToSelector:@selector(nativeScale)]) {
|
||||
scale = [UIScreen mainScreen].nativeScale;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue