Move cCA->Ready before initial zap, test to fix decode using conax card at startup

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1848 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: aee4694bcf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
This commit is contained in:
[CST] Focus
2011-11-15 12:36:19 +00:00
parent dc265acfdc
commit 2c3320a5ac

View File

@@ -2142,6 +2142,7 @@ int CNeutrinoApp::run(int argc, char **argv)
hdd->exec(NULL, "");
delete hdd;
cCA::GetInstance()->Ready(true);
InitZapper();
AudioMute( current_muted, true);
@@ -2202,7 +2203,7 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
if(g_settings.power_standby || init_cec_setting)
standbyMode(true);
cCA::GetInstance()->Ready(true);
//cCA::GetInstance()->Ready(true);
while( true ) {
g_RCInput->getMsg(&msg, &data, 100, ((g_settings.remote_control_hardware == CKeybindSetup::REMOTECONTROL_NEO1) && (g_RemoteControl->subChannels.size() < 1)) ? true : false); // 10 secs..