Subversion Repositories freemyipod

Rev

Rev 828 | Rev 838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 835
Line 39... Line 39...
39
void* icons;
39
void* icons;
40
void* rbxlogo;
40
void* rbxlogo;
41
void* crapple;
41
void* crapple;
42
 
42
 
43
 
43
 
44
static void main()
44
static void main(int argc, const char** argv)
45
{
45
{
46
    settings_init();
46
    settings_init();
47
    
47
    
48
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
48
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
49
                                               LIBBOOT_API_VERSION, "libboot ");
49
                                               LIBBOOT_API_VERSION, "libboot ");
Line 101... Line 101...
101
        toolchooser_init();
101
        toolchooser_init();
102
        settingchooser_init();
102
        settingchooser_init();
103
        
103
        
104
        run_mainchooser(&firmware, &app, &size);
104
        run_mainchooser(&firmware, &app, &size);
105
        
105
        
-
 
106
        free(framebuf2);
106
        free(framebuf);
107
        free(framebuf);
107
        free(rbxlogo);
108
        free(rbxlogo);
108
        free(icons);
109
        free(icons);
109
        free(bg);
110
        free(bg);
110
        release_library(libui);
111
        release_library(libui);