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

Function AddRecentMovieFile

src/drivers/win/window.cpp:1003–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void AddRecentMovieFile(const char *filename)
1004{
1005 UpdateRecentMovieArray(filename, recent_movie, MAX_NUMBER_OF_MOVIE_RECENT_FILES, recentmoviemenu, MENU_MOVIE_RECENT, MOVIE_FIRST_RECENT_FILE);
1006}
1007
1008////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1009

Callers 2

FCEUI_LoadMovieFunction · 0.85
FCEUI_SaveMovieFunction · 0.85

Calls 1

UpdateRecentMovieArrayFunction · 0.85

Tested by

no test coverage detected