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

Function GetMovieRecordModeStr

src/movie.cpp:787–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787static const char *GetMovieRecordModeStr()
788{
789 switch (movieRecordMode)
790 {
791 case MOVIE_RECORD_MODE_OVERWRITE:
792 return " [W]";
793 case MOVIE_RECORD_MODE_INSERT:
794 return " [I]";
795 default:
796 return "";
797 }
798}
799
800static EMUFILE *openRecordingMovie(const char* fname)
801{

Callers 1

FCEU_DrawMoviesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected