2017-01-20 16:35:20 +00:00
|
|
|
#ifndef get_image_for_rom_h
|
|
|
|
#define get_image_for_rom_h
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
typedef bool (*cancel_callback_t)(void*);
|
|
|
|
|
2017-01-22 19:04:10 +00:00
|
|
|
int get_image_for_rom(const char *filename, const char *boot_path, uint32_t *output, uint8_t *cgb_flag);
|
2017-01-20 16:35:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|