1
0
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:
Sergeanur
2021-06-26 14:27:54 +03:00
8 changed files with 16123 additions and 31 deletions

View File

@@ -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