https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 09eec52fdf9b0005c8ed047b874532570f78bcbc authored by alex@thinkpad on 02 February 2018, 17:06:47 UTC
Menu: fine-tuned long-press indicator appearance
Tip revision: 09eec52
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