git.y1.nz

SameBoy

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

SDL/utils.h

      1 #pragma once
      2 
      3 #include <stddef.h>
      4 
      5 char *resource_path(const char *filename);
      6 void replace_extension(const char *src, size_t length, char *dest, const char *ext);

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