2017-01-20 18:35:20 +02: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 21:04:10 +02:00
|
|
|
int get_image_for_rom(const char *filename, const char *boot_path, uint32_t *output, uint8_t *cgb_flag);
|
2017-01-20 18:35:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|