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

Function MemwAddRecentFile

src/drivers/win/memwatch.cpp:199–202  ·  view source on GitHub ↗

Add a filename to the recent files list.

Source from the content-addressed store, hash-verified

197
198//Add a filename to the recent files list.
199void MemwAddRecentFile(const char *filename)
200{
201 UpdateMemwRecentArray(filename, memw_recent_files, MEMW_MAX_NUMBER_OF_RECENT_FILES, memwrecentmenu, ID_FILE_RECENT, MEMW_MENU_FIRST_RECENT_FILE);
202}
203
204static const int MW_ADDR[] = {
205 MW_ADDR00, MW_ADDR01, MW_ADDR02, MW_ADDR03,

Callers 3

LoadMemWatchFunction · 0.85
OpenMemwatchRecentFileFunction · 0.85
MemWatchCallBFunction · 0.85

Calls 1

UpdateMemwRecentArrayFunction · 0.85

Tested by

no test coverage detected