mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Add renderer to crash screen
This commit is contained in:
parent
75d176c993
commit
33e83c88bb
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ static void crash_handler_add_version_str(CrashHandlerText** pTextP, f32 x, f32
|
||||||
CrashHandlerText* pText = *pTextP;
|
CrashHandlerText* pText = *pTextP;
|
||||||
crash_handler_set_text(x, y, 0xFF, 0xFF, 0x00, "%s", "sm64coopdx ");
|
crash_handler_set_text(x, y, 0xFF, 0xFF, 0x00, "%s", "sm64coopdx ");
|
||||||
crash_handler_set_text(-1, y, 0x00, 0xFF, 0xFF, "%s", get_version());
|
crash_handler_set_text(-1, y, 0x00, 0xFF, 0xFF, "%s", get_version());
|
||||||
|
crash_handler_set_text(x, y + 8, 0xFF, 0xFF, 0x00, "Renderer: %s", RAPI_NAME);
|
||||||
*pTextP = pText;
|
*pTextP = pText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue