diff options
author | withmorten <morten.with@gmail.com> | 2021-06-26 13:13:43 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-06-26 13:13:43 +0200 |
commit | 9ab4f1a2d911635e6405b23202dd21f073537103 (patch) | |
tree | 0bfec9020afb6cf7871aa26aaa9d04240b341157 /src/core/main.cpp | |
parent | swap out codewarrior reVC.mcp with xml export (diff) | |
download | re3-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 |
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 2 |
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 |