DS: Minor cleanup

This commit is contained in:
Vicki Pfau 2017-03-07 17:23:06 -08:00
parent ff37b44a49
commit e268ecea8a
2 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,8 @@ struct DSGXSoftwareRenderer {
struct DSGXVertex* verts;
};
void DSGXSoftwareRendererCreate(struct DSGXSoftwareRenderer* renderer);
CXX_GUARD_END
#endif

View File

@ -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;
}