mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
neutrino: add 1080p50 mode on spark
This commit is contained in:
@@ -40,11 +40,15 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#if !HAVE_TRIPLEDRAGON
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 12
|
||||
#else
|
||||
#endif
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 3
|
||||
#endif
|
||||
#if HAVE_SPARK_HARDWARE
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 9
|
||||
#endif
|
||||
|
||||
struct SNeutrinoSettings
|
||||
{
|
||||
|
Reference in New Issue
Block a user