Skip to content

Commit

Permalink
[ios] fixed lost calibration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed May 11, 2011
1 parent 28a21e5 commit 905187c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/guilib/GraphicContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ bool CGraphicContext::IsValidResolution(RESOLUTION res)

void CGraphicContext::SetVideoResolution(RESOLUTION res, bool forceUpdate)
{
#if defined __APPLE__
/* Update the resolutions. XBMC window can be moved to another screen. */
#if defined(__APPLE__) && !defined(__arm__)
/* Update the resolutions. XBMC window can be moved to another screen (except ios/atv2). */
g_Windowing.UpdateResolutions();
#endif
RESOLUTION lastRes = m_Resolution;
Expand Down

0 comments on commit 905187c

Please sign in to comment.