neutrino.cpp: add g_settings.lcd_scroll option;

move rcK and umount on shutdown later to fix deep-standby clock in case of /var partition (thanks Thomas)
This commit is contained in:
[CST] Focus
2014-01-17 14:20:26 +04:00
parent 42fef516fe
commit b1f21b47ca
2 changed files with 8 additions and 4 deletions

View File

@@ -578,6 +578,7 @@ struct SNeutrinoSettings
int backlight_tv;
int backlight_standby;
int backlight_deepstandby;
int lcd_scroll;
//#define FILESYSTEM_ENCODING_TO_UTF8(a) (g_settings.filesystem_is_utf8 ? (a) : ZapitTools::Latin1_to_UTF8(a).c_str())
#define FILESYSTEM_ENCODING_TO_UTF8(a) (isUTF8(a) ? (a) : ZapitTools::Latin1_to_UTF8(a).c_str())
#define UTF8_TO_FILESYSTEM_ENCODING(a) (g_settings.filesystem_is_utf8 ? (a) : ZapitTools::UTF8_to_Latin1(a).c_str())