All: Remove out-of-date function declarations
Jeffrey Pfau jeffrey@endrift.com
Sun, 25 Dec 2016 14:55:02 -0800
3 files changed,
0 insertions(+),
3 deletions(-)
M
src/gb/memory.h
→
src/gb/memory.h
@@ -163,7 +163,6 @@ void GBStore8(struct LR35902Core* cpu, uint16_t address, int8_t value);
uint8_t GBView8(struct LR35902Core* cpu, uint16_t address, int segment); -int32_t GBMemoryProcessEvents(struct GB* gb, int32_t cycles); void GBMemoryDMA(struct GB* gb, uint16_t base); void GBMemoryWriteHDMA5(struct GB* gb, uint8_t value);
M
src/gb/video.h
→
src/gb/video.h
@@ -131,7 +131,6 @@ void GBVideoInit(struct GBVideo* video);
void GBVideoReset(struct GBVideo* video); void GBVideoDeinit(struct GBVideo* video); void GBVideoAssociateRenderer(struct GBVideo* video, struct GBVideoRenderer* renderer); -int32_t GBVideoProcessEvents(struct GBVideo* video, int32_t cycles); void GBVideoProcessDots(struct GBVideo* video); void GBVideoWriteLCDC(struct GBVideo* video, GBRegisterLCDC value);
M
src/gba/audio.h
→
src/gba/audio.h
@@ -89,7 +89,6 @@ void GBAAudioDeinit(struct GBAAudio* audio);
void GBAAudioResizeBuffer(struct GBAAudio* audio, size_t samples); -int32_t GBAAudioProcessEvents(struct GBAAudio* audio, int32_t cycles); void GBAAudioScheduleFifoDma(struct GBAAudio* audio, int number, struct GBADMA* info); void GBAAudioWriteSOUND1CNT_LO(struct GBAAudio* audio, uint16_t value);