- allow to force given osd resolution in "videosystem = auto" mode

This commit is contained in:
svenhoefer
2017-03-06 13:20:02 +01:00
committed by M. Liebmann
parent 1bb9fc6687
commit 6fc24e990b
9 changed files with 64 additions and 24 deletions

View File

@@ -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
};
};