Changeset 833


Ignore:
Timestamp:
11/09/09 00:36:21 (4 years ago)
Author:
reyalp
Message:

vid_get_viewport_fb_d() correction from ADamb in http://chdk.setepontos.com/index.php/topic,3994.msg42532.html#msg42532

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx200is/sub/100c/lib.c

    r804 r833  
    6060void *vid_get_viewport_fb_d()  
    6161{ 
    62         return (void*)(*(int*)(0x2950+0x50));                  // found at FF858A84 and FF859398 (0x58 at FF8594F0) 
     62//      return (void*)(*(int*)(0x2950+0x50));                  // found at FF858A84 and FF859398 (0x58 at FF8594F0) 
     63        return (void*)(*(int*)(0x2950+0x58));                  // suggested by ADamb 
    6364} 
    6465 
Note: See TracChangeset for help on using the changeset viewer.