SameBoy/GnomeThumbnailer/get_image_for_rom.h

11 lines
364 B
C
Raw Permalink Normal View History

2019-05-04 17:59:27 +00:00
#ifndef get_image_for_rom_h
#define get_image_for_rom_h
#include <stdint.h>
// typedef bool (*cancel_callback_t)(void*);
int get_image_for_rom_alt(const char *filename, const unsigned char *buffer, size_t size, uint32_t *output, uint8_t *cgb_flag);
int get_image_for_rom(const char *filename, const char *boot_path, uint32_t *output, uint8_t *cgb_flag);
#endif