mirror of https://github.com/mgba-emu/mgba.git
All: Remove out-of-date function declarations
This commit is contained in:
parent
8aceef8521
commit
49c8ad1b02
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue