Update main.c

This commit is contained in:
RocketRobz 2020-10-04 00:34:38 -06:00
parent 18e66033dc
commit c77e0ace97

View File

@ -91,8 +91,6 @@ void aes(void* in, void* out, void* iv, u32 method){ //this is sort of a bodged
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
int main() { int main() {
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
nocashMessage("ARM7 main.c main");
// clear sound registers // clear sound registers
dmaFillWords(0, (void*)0x04000400, 0x100); dmaFillWords(0, (void*)0x04000400, 0x100);