Ignore:
Timestamp:
08/08/08 01:02:34 (5 years ago)
Author:
phyrephox
Message:
  • updated langfiles

+ added option in misc - startsound. if enabled (disable as default) you will hear a short beep right before the splash screen. will someday be the antitheft function (yet to be coded...)

  • small fix in OSD element fast_ev, should be better now, but still not perfect

+ added functions EnterToCompensationEVF() & ExitFromCompensationEVF(); -> read about it here http://chdk.setepontos.com/index.php/topic,2051.msg19300.html#msg19300 (thx fudgey)

--> prepared the sources so that adding the adresses to other cams will be easy - needs ASM people though

  • small patch in symbol mod by CHDKLover
  • fixed bug in makefile

+ batch-zip-complete: filename of the zip now gets an "_complete" appended

oh, and thanks Hacki for letting me steal endless hours of your sleep ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/juciphox/platform/ixus700_sd500/sub/101b/lib.c

    r388 r473  
    6666 
    6767long vid_get_bitmap_buffer_height() { return 240; } 
     68 
     69void _EnterToCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. 
     70void _ExitFromCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. 
Note: See TracChangeset for help on using the changeset viewer.