https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6a56892c68c063af481442093b0dd0b883dc1968 authored by alex@thinkpad on 09 February 2017, 17:43:49 UTC
Menu: fix duplicate warning in the Help tab on some models
Tip revision: 6a56892
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