Skip to content

Commit

Permalink
dm-arm: fix webtv uhd res
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 12, 2024
1 parent 79575d1 commit 39cef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/webtv_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ CWebTVResolution::CWebTVResolution()

const CMenuOptionChooser::keyval_ext LIVESTREAM_RESOLUTION_OPTIONS[] =
{
#if BOXMODEL_VUPLUS_ARM || BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_E4HDULTRA
#if BOXMODEL_VUPLUS_ARM || BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_E4HDULTRA || BOXMODEL_DREAMBOX_ARM
{ 3840, NONEXISTANT_LOCALE, "3840x2160" },
{ 2560, NONEXISTANT_LOCALE, "2560x1440" },
#endif
Expand Down

0 comments on commit 39cef09

Please sign in to comment.