Ignore:
Timestamp:
01/24/09 19:10:09 (4 years ago)
Author:
EWAVR
Message:

+ S5IS, IXUS600: added video parameters menu
+ SX100IS: added menus "swap partitions" and "create card with two partitions"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/s5is/sub/101b/boot.c

    r521 r691  
    1717void __attribute__((naked,noinline)) task_blinker(); 
    1818void dump_chdk(); 
     19 
     20void taskCreateHook(int *p) {  
     21 p-=16; 
     22 if (p[0]==0xFF862E48)  p[0]=(int)movie_record_task; 
     23} 
    1924 
    2025//////////////////////////////////////////////////////////////////////////////// 
     
    141146 
    142147void __attribute__((naked,noinline)) sub_FF8101B8_my() { 
     148     *(int*)0x1930=(int)taskCreateHook; 
    143149     asm volatile ( 
    144150     "loc_FF8101B8:\n" 
Note: See TracChangeset for help on using the changeset viewer.