1 #include "stubs_asm.h" 2 #define NULL_SUB 0xff000b54 3 4 // Override stubs_entry.S 5 NHSTUB(DeleteFile_Fut, 0xff0208dc) 6 NHSTUB(MakeDirectory_Fut, 0xff021480) //mkdir 7 NHSTUB(kbd_pwr_off, NULL_SUB) 8 NHSTUB(kbd_pwr_on, NULL_SUB) 9 10 // These don't exist 11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 12 NHSTUB(UnsetZoomForMovie, NULL_SUB)