MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / setStartingFrame

Method setStartingFrame

pcsx2/Recording/InputRecording.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void InputRecording::setStartingFrame(u32 startingFrame)
327{
328 if (m_type == Type::POWER_ON)
329 {
330 return;
331 }
332 InputRec::consoleLog(fmt::format("Internal Starting Frame: {}", startingFrame));
333 m_starting_frame = startingFrame;
334 InformGSThread();
335}
336
337u32 InputRecording::getStartingFrame()
338{

Callers

nothing calls this directly

Calls 2

consoleLogFunction · 0.85
formatFunction · 0.50

Tested by

no test coverage detected