mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
More info on crash screen
This commit is contained in:
parent
96a40bb36d
commit
236cb57224
1 changed files with 2 additions and 1 deletions
|
@ -1271,7 +1271,8 @@ static void DrawCrashDump(DrawBuffer *draw2d) {
|
|||
FontID ubuntu24("UBUNTU24");
|
||||
char statbuf[4096];
|
||||
char versionString[256];
|
||||
sprintf(versionString, "%s", PPSSPP_GIT_VERSION);
|
||||
snprintf(versionString, sizeof(versionString), "%s", PPSSPP_GIT_VERSION);
|
||||
|
||||
// TODO: Draw a lot more information. Full register set, and so on.
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue