Fix lcd/crt preset saving; Option to set usals flag for all

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@523 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-03-21 15:58:56 +00:00
parent 44ea2e67f8
commit 5b03054c2f
6 changed files with 29 additions and 2 deletions

View File

@@ -1570,6 +1570,7 @@ void CNeutrinoApp::saveSetup(const char * fname)
configfile.setInt32( "screen_StartY_crt", g_settings.screen_StartY_crt );
configfile.setInt32( "screen_EndX_crt", g_settings.screen_EndX_crt );
configfile.setInt32( "screen_EndY_crt", g_settings.screen_EndY_crt );
configfile.setInt32( "screen_preset", g_settings.screen_preset );
configfile.setInt32( "screen_width", g_settings.screen_width);
configfile.setInt32( "screen_height", g_settings.screen_height);