Subversion Repositories freemyipod

Rev

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

Rev 835 Rev 838
Line 55... Line 55...
55
    
55
    
56
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
56
    struct emcorelib_header* libboot = loadlib(LIBBOOT_IDENTIFIER,
57
                                               LIBBOOT_API_VERSION, "libboot ");
57
                                               LIBBOOT_API_VERSION, "libboot ");
58
    boot = (struct libboot_api*)libboot->api;
58
    boot = (struct libboot_api*)libboot->api;
59
 
59
 
60
 
-
 
61
    if (!(clickwheel_get_state() & 0x1f))
60
    if (!(clickwheel_get_state() & 0x1f))
62
        switch (settings.fastboot_item)
61
        switch (settings.fastboot_item)
63
        {
62
        {
64
            case 1:
63
            case 1:
65
                fastboot_rockbox();
64
                fastboot_rockbox();