mirror of https://github.com/snes9xgit/snes9x.git
win32: fix error handling of movie drag & drop
This commit is contained in:
parent
41f8189560
commit
2a5edf076d
|
@ -1519,7 +1519,7 @@ bool WinMoviePlay(LPCTSTR filename)
|
|||
}
|
||||
romcheck_exit:
|
||||
|
||||
S9xMovieOpen (_tToChar(filename), GUI.MovieReadOnly);
|
||||
err = S9xMovieOpen (_tToChar(filename), GUI.MovieReadOnly);
|
||||
if(err != SUCCESS)
|
||||
{
|
||||
TCHAR* err_string = MOVIE_ERR_COULD_NOT_OPEN;
|
||||
|
|
Loading…
Reference in New Issue