summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-06-26 13:13:43 +0200
committerwithmorten <morten.with@gmail.com>2021-06-26 13:13:43 +0200
commit9ab4f1a2d911635e6405b23202dd21f073537103 (patch)
tree0bfec9020afb6cf7871aa26aaa9d04240b341157
parentswap out codewarrior reVC.mcp with xml export (diff)
downloadre3-9ab4f1a2d911635e6405b23202dd21f073537103.tar
re3-9ab4f1a2d911635e6405b23202dd21f073537103.tar.gz
re3-9ab4f1a2d911635e6405b23202dd21f073537103.tar.bz2
re3-9ab4f1a2d911635e6405b23202dd21f073537103.tar.lz
re3-9ab4f1a2d911635e6405b23202dd21f073537103.tar.xz
re3-9ab4f1a2d911635e6405b23202dd21f073537103.tar.zst
re3-9ab4f1a2d911635e6405b23202dd21f073537103.zip
-rw-r--r--src/core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 4902c156..74b896c6 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -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