| Line | |
|---|
| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | DEF(physw_status, 0x32464) // in FF833128 |
|---|
| 4 | DEF(physw_run, 0x1C38 + 0xC) // in FF832B90 |
|---|
| 5 | DEF(zoom_busy, 0x6EA4 + 0x1C) // in sub_FF9568C8 |
|---|
| 6 | DEF(focus_busy, 0x6D48 + 8) // in sub_FF94FED4 99% SX10 wiki page has a good example |
|---|
| 7 | DEF(canon_menu_active, 0x3128 + 4) // in FF8903B4 |
|---|
| 8 | DEF(recreview_hold, 0x82E0 + 0xF8) // in FF9931F4 |
|---|
| 9 | DEF(enabled_refresh_physical_screen, 0x9D68 + 0x28) // in FFA0499C |
|---|
| 10 | DEF(full_screen_refresh, 0x9CF4) // found in FFA02598, based on work found in the sd980 port |
|---|
| 11 | DEF(movie_status, 0x2BF8 + 0x38) // in FF878924 |
|---|
| 12 | DEF(canon_shoot_menu_active, 0x8844 + 1) // in FF9A9F6C FF890168 |
|---|
| 13 | DEF(playrec_mode, 0x2E54 + 0x4) // in FF882228, FF83705C |
|---|
| 14 | DEF(FlashParamsTable,0xFFBE899C) // look for ParameterManager.c and follow sub_FFAAC774 |
|---|
| 15 | DEF(zoom_status, 0xC6C0) // in FFAAEFC8 |
|---|
| 16 | DEF(levent_table, 0xFFBA33A8) // look for RegisterEventProcedure and follow first sub of function ie 0xFF8943D4 |
|---|
Note: See
TracBrowser
for help on using the repository browser.