TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

Loading movie without loaded ROM does not load any movies #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you try to load a movie but there is no ROM loaded, Gens prompts for
loading a ROM first. After the ROM is selected, Gens does not prompt for
loading the movie, and you once more have to tell Gens to play a movie.

Past versions of Gens (notably 10a) prompted for the movie file after
loading a ROM, but current SVN does not.

Original issue reported on code.google.com by marz...@gmail.com on 23 Jul 2009 at 6:49

GoogleCodeExporter commented 9 years ago
For the record, this happens when selecting the "Record New Movie" menu item 
too.
They are both related to the fact that the return code from GensLoadRom 
function is
no longer passed along in G_main.cpp:3387-3388. Altering these two lines to 
"return
GensLoadRom(NULL);" would solve both problems. Alternatively, G_main.cpp:2485 
and
G_main.cpp:3214 can be modified to call GensLoadRom directly.

Original comment by marz...@gmail.com on 25 Jul 2009 at 3:50