| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | DEF(zoom_status, 0xB9DC) // @FFA77D3C |
|---|
| 4 | DEF(movie_status, 0x6260) // @FF93D360 0x6228 + 0x38 |
|---|
| 5 | DEF(physw_status, 0x31B78) // @FF833374 |
|---|
| 6 | DEF(physw_run, 0x1c44) // @FF8331C8 0x1C38 + 0x0C |
|---|
| 7 | DEF(FlashParamsTable, 0xFFB97300) // @FFA75A20 |
|---|
| 8 | DEF(zoom_busy, 0x61CC) // @FF93A3A0 0x61B8 + 0x14 |
|---|
| 9 | DEF(focus_busy, 0x6078) // @FF9349B0 0x6070 + 0x08 |
|---|
| 10 | DEF(canon_menu_active, 0x2D48) // @FF8853D4 0x2D44 + 0x04 |
|---|
| 11 | DEF(canon_shoot_menu_active,0x7751) // @FF97B7E0 0x7750 + 0x01 |
|---|
| 12 | DEF(recreview_hold, 0x74A0) // @FF96CB78 0x73D0 + 0xD0 |
|---|
| 13 | DEF(some_flag_for_af_scan, 0x673C) // @FF940D14 |
|---|
| 14 | DEF(levent_table, 0xFFB41F38) |
|---|
| 15 | DEF(playrec_mode, 0x2A7C) // @FF877AE4 0x2A78 + 0x04 |
|---|
| 16 | DEF(enabled_refresh_physical_screen, 0x8BB0) // @FF9CF9C0 |
|---|
| 17 | |
|---|
| 18 | // will need to fix these if we care about dng support |
|---|
| 19 | DEF(some_f_for_dng, 0xDEAD) // TODO NOT FOUND! |
|---|
| 20 | DEF(second_ext_for_dng, 0xDEAD) // TODO NOT FOUND! |
|---|