https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: fffb7459acd31be3cd889689a6410942d017553d authored by Daniel Fort on 27 October 2016, 06:46:29 UTC
To shut off LiveView on the EOSM switch to the info screen.
Tip revision: fffb745
qemu-util.h
#ifndef _qemu_util_h
#define _qemu_util_h

int qprintf(const char * fmt, ...); // prints in the QEMU console

void qemu_cam_init();
void qemu_hello();
void qemu_menu_screenshots();

#endif
back to top