UI: Fixed crash when using toggle record video if a video was never recorded before
This commit is contained in:
parent
ecadab92db
commit
67b9ba3290
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ namespace Mesen.GUI.Config
|
|||
{
|
||||
public class MovieRecordInfo
|
||||
{
|
||||
public RecordMovieFrom RecordFrom;
|
||||
public string Author;
|
||||
public string Description;
|
||||
public RecordMovieFrom RecordFrom = RecordMovieFrom.CurrentState;
|
||||
public string Author = "";
|
||||
public string Description = "";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue