constexpr-s the DMA timing tables (#1489)

This commit is contained in:
Valtýr Kári Daníelsson
2022-07-27 17:01:31 +02:00
committed by GitHub
parent f5c1094d03
commit 457dd56b88
2 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@ private:
bool IsGXFIFODMA;
u32 MRAMBurstCount;
u8* MRAMBurstTable;
const u8* MRAMBurstTable;
};
#endif