fusee_cpp: we're over the size limit with mtc in nv-text

This commit is contained in:
Michael Scire 2021-09-01 23:51:51 -07:00 committed by SciresM
parent 7ea9b533d9
commit 622650623c
5 changed files with 22 additions and 22 deletions

View file

@ -74,7 +74,7 @@ namespace ams::nxboot {
EmcDvfsTimingTable *GetEmcDvfsTimingTables(int index, void *mtc_tables_buffer) {
/* Get the compressed table. */
u8 *cmp_table;
const u8 *cmp_table;
size_t cmp_table_size;
switch (index) {
#define HANDLE_CASE(N, TABLE) \