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

Function AddRecentFile

src/drivers/win/window.cpp:763–766  ·  view source on GitHub ↗

Add a filename to the recent files list. @param filename Name of the file to add.

Source from the content-addressed store, hash-verified

761/// Add a filename to the recent files list.
762/// @param filename Name of the file to add.
763void AddRecentFile(const char *filename)
764{
765 UpdateRecentArray(filename, recent_files, MAX_NUMBER_OF_RECENT_FILES, recentmenu, MENU_RECENT_FILES, MENU_FIRST_RECENT_FILE);
766}
767
768void LoadRecentRom(int slot)
769{

Callers 1

ALoadFunction · 0.85

Calls 1

UpdateRecentArrayFunction · 0.85

Tested by

no test coverage detected