documentation fix

This commit is contained in:
adelikat 2020-05-23 13:39:30 -05:00
parent 1326a30287
commit 0e59ef1679
1 changed files with 1 additions and 1 deletions
src/BizHawk.Client.Common/movie

View File

@ -227,7 +227,7 @@ namespace BizHawk.Client.Common
return true;
}
/// <exception cref="MoviePlatformMismatchException"><paramref name="record"/> is <see langword="false"/> and <paramref name="movie"/>.<see cref="IMovie.SystemID"/> does not match <paramref name="emulator"/>.<see cref="IEmulator.SystemId"/></exception>
/// <exception cref="MoviePlatformMismatchException"><paramref name="record"/> is <see langword="false"/> and <paramref name="movie"/>.<see cref="IMovie.SystemID"/> does not match <paramref name="systemId"/>.<see cref="IEmulator.SystemId"/></exception>
public void QueueNewMovie(IMovie movie, bool record, string systemId)
{
if (movie.IsActive() && movie.Changes)