Changeset 833
- Timestamp:
- 11/09/09 00:36:21 (4 years ago)
- File:
-
- 1 edited
-
trunk/platform/sx200is/sub/100c/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/sx200is/sub/100c/lib.c
r804 r833 60 60 void *vid_get_viewport_fb_d() 61 61 { 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 63 64 } 64 65
Note: See TracChangeset
for help on using the changeset viewer.