git.y1.nz

SameBoy

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

SDL/save_png/save_png.h

      1 #include <stdint.h>
      2 #include <stdbool.h>
      3 #include <SDL.h>
      4 
      5 bool save_png(const char *filename, uint32_t width, uint32_t height, const void *pixels, SDL_PixelFormat *pixel_format);

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