SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit de16ab5d0839e152e8a945826219e13fba72b748 parent 886363b398e739303be8d8133387fe0648b4d70b Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 17 Oct 2021 20:04:31 +0300 Why was this under APU Diffstat:
| M | Core/apu.h | 1 | - |
| M | Core/gb.h | 4 | ++++ |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Core/apu.h b/Core/apu.h @@ -184,7 +184,6 @@ void GB_apu_div_secondary_event(GB_gameboy_t *gb); void GB_apu_init(GB_gameboy_t *gb); void GB_apu_run(GB_gameboy_t *gb); void GB_apu_update_cycles_per_sample(GB_gameboy_t *gb); -void GB_borrow_sgb_border(GB_gameboy_t *gb); #endif #endif /* apu_h */ diff --git a/Core/gb.h b/Core/gb.h @@ -892,5 +892,9 @@ unsigned GB_get_player_count(GB_gameboy_t *gb); // `title` must be at least 17 bytes in size void GB_get_rom_title(GB_gameboy_t *gb, char *title); uint32_t GB_get_rom_crc32(GB_gameboy_t *gb); + +#ifdef GB_INTERNAL +void GB_borrow_sgb_border(GB_gameboy_t *gb); +#endif #endif /* GB_h */
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.