mirror of https://github.com/mgba-emu/mgba.git
DS: Minor cleanup
This commit is contained in:
parent
ff37b44a49
commit
e268ecea8a
|
@ -84,6 +84,8 @@ struct DSGXSoftwareRenderer {
|
|||
struct DSGXVertex* verts;
|
||||
};
|
||||
|
||||
void DSGXSoftwareRendererCreate(struct DSGXSoftwareRenderer* renderer);
|
||||
|
||||
CXX_GUARD_END
|
||||
|
||||
#endif
|
||||
|
|
|
@ -378,5 +378,6 @@ static bool _slot1GuaranteeSize(struct DSSlot1* slot1) {
|
|||
}
|
||||
|
||||
void DSSlot1ScheduleDMA(struct DSCommon* dscore, int number, struct GBADMA* info) {
|
||||
UNUSED(info);
|
||||
dscore->p->memory.slot1.dmaSource = number;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue