SameBoy/QuickLook/get_image_for_rom.h

7 lines
182 B
C

#pragma once
#include <stdint.h>
typedef bool (*cancel_callback_t)(void*);
int get_image_for_rom(const char *filename, const char *boot_path, uint32_t *output, uint8_t *cgb_flag);