You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
add 2 more stacktrace entries to fill the page
This commit is contained in:
@@ -270,7 +270,7 @@ void draw_stacktrace(OSThread *thread, s32 cause) {
|
||||
|
||||
osWritebackDCacheAll();
|
||||
|
||||
for (int i = 0; i < 16; i++) {
|
||||
for (int i = 0; i < 18; i++) {
|
||||
if ((u32) find_function_in_stack == 0x80345678) {
|
||||
crash_screen_print(30, 45 + (i * 10), "STACK TRACE DISABLED");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user