forked from len0rd/rockbox
rbutil: attempt autodetection at startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13702 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e596a80e8d
commit
9d0e4e102b
3 changed files with 7 additions and 6 deletions
|
@ -79,15 +79,14 @@ bool rbutilFrmApp::OnInit()
|
|||
ReadUserConfig();
|
||||
|
||||
wxInitAllImageHandlers(); //init Image handlers
|
||||
initIpodpatcher(); // reserve mem for ipodpatcher
|
||||
initSansaPatcher(); // reserve mem for sansapatcher
|
||||
|
||||
rbutilFrm *myFrame = new rbutilFrm(NULL);
|
||||
SetTopWindow(myFrame);
|
||||
|
||||
myFrame->Show(TRUE);
|
||||
|
||||
initIpodpatcher(); // reserve mem for ipodpatcher
|
||||
initSansaPatcher(); // reserve mem for sansapatcher
|
||||
|
||||
wxLogVerbose(wxT("=== end rbUtilFrmApp::OnInit()"));
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue