Update DMALog.h

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 22:37:26 -05:00
parent de2b88ca7e
commit 314efb2da6
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ public:
DMALOGENTRY* GetEntryByRamAddress(uint32_t ramAddr, uint32_t* lpRomAddr, uint32_t* lpOffset);
DMALOGENTRY* GetEntryByRomAddress(uint32_t romAddr);
DMALOGENTRY* GetEntryByRomAddress(uint32_t romAddr, uint32_t* lpRamAddr, uint32_t* lpOffset);
};
};