MCPcopy Create free account
hub / github.com/TASEmulators/fceux / recordMovie

Function recordMovie

src/drivers/sdl/gui.cpp:1587–1597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1585}
1586
1587void recordMovie ()
1588{
1589 if (isloaded)
1590 {
1591 std::string name = FCEU_MakeFName (FCEUMKF_MOVIE, 0, 0);
1592 FCEUI_printf ("Recording movie to %s\n", name.c_str ());
1593 FCEUI_SaveMovie (name.c_str (), MOVIE_FLAG_NONE, L"");
1594 }
1595
1596 return;
1597}
1598
1599void recordMovieAs ()
1600{

Callers 1

createMainMenuMethod · 0.85

Calls 2

FCEU_MakeFNameFunction · 0.85
FCEUI_SaveMovieFunction · 0.85

Tested by

no test coverage detected