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

Function RWAddRecentFile

src/drivers/win/ramwatch.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void RWAddRecentFile(const char *filename)
364{
365 UpdateRWRecentArray(filename, MAX_RECENT_WATCHES, rwrecentmenu, RAMMENU_FILE_RECENT, RW_MENU_FIRST_RECENT_FILE);
366}
367
368void OpenRWRecentFile(int memwRFileNumber)
369{

Callers 3

OpenRWRecentFileFunction · 0.85
Save_WatchesFunction · 0.85
Load_WatchesFunction · 0.85

Calls 1

UpdateRWRecentArrayFunction · 0.85

Tested by

no test coverage detected