SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit dbe9035c55c08ddf1200fa99350d6900dacc2077 parent 5088bd095901a696fdabcd19952d7cd64f9b344d Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 16 Jan 2022 00:16:12 +0200 Merge branch 'master' of https://github.com/LIJI32/SameBoy Diffstat:
| M | Core/sgb.h | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Core/sgb.h b/Core/sgb.h @@ -7,6 +7,7 @@ typedef struct GB_sgb_s GB_sgb_t; typedef struct { uint8_t tiles[0x100 * 8 * 4]; +#ifdef GB_INTERNAL union { struct { uint16_t map[32 * 32]; @@ -14,6 +15,9 @@ typedef struct { }; uint16_t raw_data[0x440]; }; +#else + uint16_t raw_data[0x440]; +#endif } GB_sgb_border_t; #ifdef GB_INTERNAL
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.