mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 00:22:10 +00:00
Arg, buildfix.
This commit is contained in:
parent
f2b3d6fb50
commit
a71b32a393
@ -508,7 +508,7 @@ static char *credits[] =
|
||||
void CreditsScreen::render() {
|
||||
// TODO: This is kinda ugly, done on every frame...
|
||||
char temp[256];
|
||||
snprinf(temp, 256, "PPSSPP %s", PPSSPP_GIT_VERSION);
|
||||
snprintf(temp, 256, "PPSSPP %s", PPSSPP_GIT_VERSION);
|
||||
credits[0] = temp;
|
||||
|
||||
UIShader_Prepare();
|
||||
|
Loading…
x
Reference in New Issue
Block a user