Skip to content

Commit

Permalink
[rbp] added missing mode from b0f57b8
Browse files Browse the repository at this point in the history
  • Loading branch information
huceke committed Aug 13, 2012
1 parent 5719641 commit 7faf411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/guilib/GraphicContext.cpp
Expand Up @@ -429,6 +429,10 @@ void CGraphicContext::ResetOverscan(RESOLUTION res, OVERSCAN &overscan)
overscan.right = 960;
overscan.bottom = 1080;
break;
case RES_HDTV_1080pTB:
overscan.right = 1920;
overscan.bottom = 540;
break;
case RES_HDTV_720p:
overscan.right = 1280;
overscan.bottom = 720;
Expand Down

0 comments on commit 7faf411

Please sign in to comment.