mirror of
https://github.com/td512/re3.git
synced 2026-05-26 01:07:16 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
# Conflicts: # README.md # premake5.lua # src/render/Particle.cpp
This commit is contained in:
@@ -387,7 +387,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
|
||||
|
||||
Reference in New Issue
Block a user