videosettings.cpp: use hw_caps->has_button_vformat

Origin commit data
------------------
Commit: cf07ebb3b1
Author: GetAway <get-away@t-online.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)
This commit is contained in:
GetAway
2018-12-01 18:03:25 +01:00
committed by vanhofen
parent 1fd310c63b
commit f5dd34119e
3 changed files with 7 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ hw_caps_t *get_hwcaps(void) {
caps.display_can_set_brightness = 1;
caps.display_has_statusline = 1;
caps.has_button_timer = 0;
caps.has_button_vformat = 1;
caps.can_ar_14_9 = 1;
caps.can_ps_14_9 = 1;
caps.force_tuner_2G = 0;