mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
fusee_cpp: we're over the size limit with mtc in nv-text
This commit is contained in:
parent
7ea9b533d9
commit
622650623c
5 changed files with 22 additions and 22 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue