closed 2085437

This commit is contained in:
punkrockguy318 2008-09-23 00:33:55 +00:00
parent 841aea6632
commit 33dc154958
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
---version 2.0.3 yet to be released---
22-sep-2008 - punkrockguy318 - [ 208437 ] fixed an issue where flawed movie
would crash fceux on every startup
21-aug-2008 - punkrockguy318 - sdl - fixed issue where windowed mode would
always be set to 32 bpp
18-aug-2008 - zeromus - windows - SF [ 2058942 ] Load state as... does not use the savestate override dir (fixed; now, it does)

View File

@ -475,8 +475,8 @@ SDL_GL_LoadLibrary(0);
FCEUI_printf("Playing back movie located at %s\n", fname.c_str());
FCEUI_LoadMovie(fname.c_str(), false, false, false);
}
g_config->setOption("SDL.Movie", "");
}
g_config->setOption("SDL.Movie", "");
// load lua script if option passed
g_config->getOption("SDL.LuaScript", &fname);