mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
- allow to force given osd resolution in "videosystem = auto" mode
This commit is contained in:
@@ -19,10 +19,16 @@ class COsdHelpers
|
||||
int g_settings_osd_resolution_save;
|
||||
|
||||
void changeOsdResolution(uint32_t mode, bool automode=false, bool forceOsdReset=false);
|
||||
int isVideoSystem1080(int res);
|
||||
bool allow_OSDMODE_1080(int res);
|
||||
int getVideoSystem();
|
||||
uint32_t getOsdResolution();
|
||||
int setVideoSystem(int newSystem, bool remember = true);
|
||||
|
||||
enum {
|
||||
FORCE_NEVER = 0,
|
||||
FORCE_HD,
|
||||
FORCE_ALL
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user