Changeset 1870
- Timestamp:
- 05/28/12 21:36:16 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp-live/platform/a540/sub/100b/lib.c
r1837 r1870 144 144 int vid_get_viewport_fullscreen_height() { 145 145 // except for stitch, always full screen 146 // TODO mode may not update at exactly the same time as width and height variables for stitch 146 147 int m = mode_get(); 147 148 if((m&MODE_MASK) != MODE_PLAY && ((m&MODE_SHOOTING_MASK) == MODE_STITCH || (m&MODE_SHOOTING_MASK) == MODE_LANDSCAPE)) { … … 152 153 int vid_get_viewport_fullscreen_width() { 153 154 // except for stitch, always full screen 155 // TODO mode may not update at exactly the same time as width and height variables for stitch 154 156 int m = mode_get(); 155 157 if((m&MODE_MASK) != MODE_PLAY && ((m&MODE_SHOOTING_MASK) == MODE_STITCH || (m&MODE_SHOOTING_MASK) == MODE_PORTRAIT)) {
Note: See TracChangeset
for help on using the changeset viewer.