| Revision 1448,
552 bytes
checked in by philmoz, 19 months ago
(diff) |
|
Update to finsig_dryos.c to find additional values from stubs_min.S:
- finds focus_len_table for most cameras with CAM_DNG_LENS_INFO defined
- finds zoom_busy and focus_busy values
- finds recreview_hold value. Note the value found for this does not match the existing value for most cameras. The value found for recreview_hold has been confirmed correct for the G10, G12, SX30, SX40, IXUS120 & IXUS310.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | // Found manually |
|---|
| 4 | |
|---|
| 5 | DEF(rear_dial_position, 0xC0240106) |
|---|
| 6 | |
|---|
| 7 | DEF(active_bitmap_buffer, 0xB1CC) // 0xB1B8+0x14 (1.00h sub_FFA4A814 -> FFA4A818 + FFA4A868) |
|---|
| 8 | DEF(bitmap_buffer, 0xB1D4) // FFA4A864 |
|---|
| 9 | DEF(palette_control, 0xB198) // sub_FFA4698C (1.00h) |
|---|
| 10 | DEF(active_palette_buffer, 0xB1A0) // sub_FFA468D4 (1.00h) |
|---|
| 11 | DEF(palette_buffer, 0xCF9B4) // sub_FFA46DC8 (1.00h) |
|---|
| 12 | DEF(viewport_buffers, 0xFFB968C4) // 1.00h sub_FF851C44 (FF851F2C) |
|---|
| 13 | DEF(active_viewport_buffer, 0x20A8) // 1.00h sub_FF851C44 (FF851C48 & FF851F58) |
|---|
Note: See
TracBrowser
for help on using the repository browser.