SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
XdgThumbnailer/emulate.h
1 #pragma once
2
3 #include <stdint.h>
4
5 #define GB_SCREEN_WIDTH 160
6 #define GB_SCREEN_HEIGHT 144
7
8 uint8_t emulate(const char *path, uint32_t screen[static GB_SCREEN_WIDTH * GB_SCREEN_HEIGHT]);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.