Add a filename to the recent files list. @param filename Name of the file to add.
| 761 | /// Add a filename to the recent files list. |
| 762 | /// @param filename Name of the file to add. |
| 763 | void 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 | |
| 768 | void LoadRecentRom(int slot) |
| 769 | { |
no test coverage detected