git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

QuickLook/get_image_for_rom.h

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

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.