Skip to content

Commit

Permalink
feat(smartbb): use mp4 as the default smart fighters format (as flv i…
Browse files Browse the repository at this point in the history
…s not supported anymore)
  • Loading branch information
duxtinto committed Sep 14, 2023
1 parent e6f1516 commit f7bd96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emu/recording.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const char *movie_recording::format_file_extension(movie_recording::format fmt)
{
case format::AVI: return "avi";
case format::MNG: return "mng";
case format::SMART_FIGHTERS: return "flv";
case format::SMART_FIGHTERS: return "mp4";
default: throw false;
}
}
Expand Down

0 comments on commit f7bd96c

Please sign in to comment.