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/include/platform.h

    r461 r473  
    487487unsigned int GetTotalCardSpaceKb(void); 
    488488 
     489 
     490 
    489491void swap_partitions(void); 
    490492int get_part_count(void); 
     
    498500extern int movie_status;  
    499501extern int zoom_status; 
     502void EnterToCompensationEVF(void); 
     503void ExitFromCompensationEVF(void); 
    500504 
    501505void wait_until_remote_button_is_released(void); 
Note: See TracChangeset for help on using the changeset viewer.