Skip to content

Commit

Permalink
Merge pull request #58 from icelaglace/master
Browse files Browse the repository at this point in the history
Hide status bar during emulation - EmulationViewController.mm
  • Loading branch information
Simonx22 committed Jan 27, 2023
2 parents 8e09c3b + 1835120 commit cc987f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/iOS/App/Common/UI/Emulation/EmulationViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ - (void)updateNavigationBar:(bool)hidden {
self.additionalSafeAreaInsets = insets;
}

- (BOOL)prefersStatusBarHidden {
return YES;
}

- (void)stopPressed {
void (^stop)() = ^{
Host_Message(HostMessageID::WMUserStop);
Expand Down

0 comments on commit cc987f0

Please sign in to comment.