Changeset 1837 for branches/reyalp-ptp-live/core/live_view.c
- Timestamp:
- 05/06/12 02:13:11 (13 months ago)
- File:
-
- 1 edited
-
branches/reyalp-ptp-live/core/live_view.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp-live/core/live_view.c
r1831 r1837 15 15 lv.lcd_aspect_ratio = vid_get_aspect_ratio(); 16 16 17 lv.vp.logical_width = vid_get_viewport_ logical_width();18 lv.vp.logical_height = vid_get_viewport_ logical_height();17 lv.vp.logical_width = vid_get_viewport_fullscreen_width(); 18 lv.vp.logical_height = vid_get_viewport_fullscreen_height(); 19 19 20 20 lv.vp.buffer_width = vid_get_viewport_buffer_width_proper();
Note: See TracChangeset
for help on using the changeset viewer.