Skip to content

Commit

Permalink
Update vero3-138
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Jan 7, 2019
1 parent 3d76ea9 commit 66acdb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ index fe17f54..f957c31 100644
+ std::string attr = "";
+ SysfsUtils::GetString("/sys/class/amhdmitx/amhdmitx0/attr", attr);
+
+ if (CSettings::GetInstance().GetBool(CSettings::SETTING_VIDEOSCREEN_FORCE422)) {
+ if (CServiceBroker::GetSettingsComponent()->GetSettings()->GetBool(CSettings::SETTING_VIDEOSCREEN_FORCE422)) {
+ if (attr.find("444") != std::string::npos ||
+ attr.find("422") != std::string::npos ||
+ attr.find("420") != std::string::npos)
Expand Down

0 comments on commit 66acdb2

Please sign in to comment.