fix screenshot name space

This commit is contained in:
withmorten 2021-06-26 13:13:43 +02:00
parent d8f5e86ede
commit 9ab4f1a2d9
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ DoRWStuffEndOfFrame(void)
}
#else
if (CPad::GetPad(1)->GetLeftShockJustDown() || CPad::GetPad(0)->GetFJustDown(11)) {
sprintf(s, "screen_%11lld.png", time(nil));
sprintf(s, "screen_0%11lld.png", time(nil));
RwGrabScreen(Scene.camera, s);
}
#endif