| Revision 1657,
374 bytes
checked in by philmoz, 16 months ago
(diff) |
|
Update for SetFileAttributes? function for cameras with DryOS version R39 and later (tested on G12, SX30, SX40 and IXUS310).
Also includes additional alignment of CHDK-DE and CHDK platform_camera.h files (whitespace changes).
|
-
Property svn:eol-style set to
native
|
| Rev | Line | |
|---|
| [1415] | 1 | #include "stubs_asm.h" |
|---|
| 2 | #define NULL_STUB 0xFF810B24 |
|---|
| 3 | |
|---|
| [1637] | 4 | // Override stubs_entry.S |
|---|
| 5 | NHSTUB(kbd_pwr_on, NULL_STUB) |
|---|
| 6 | |
|---|
| 7 | // These don't exist |
|---|
| 8 | NHSTUB(SetZoomActuatorSpeedPercent, NULL_STUB) |
|---|
| 9 | |
|---|
| 10 | // Additional |
|---|
| 11 | NHSTUB(LockAndRefresh, 0xFF8B32C4) |
|---|
| 12 | NHSTUB(UnlockAndRefresh, 0xFF8B1D9C) |
|---|
| 13 | NHSTUB(UpdateMBROnFlash, 0xFF876CB0) |
|---|
Note: See
TracBrowser
for help on using the repository browser.