divyang4481 / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

AutoLoadLastSaveSlot #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. "If no ROM is loaded Bizhawks window title say "- NULL". " 
http://tasvideos.org/forum/viewtopic.php?p=381704#381704

2. AutoLoadLastSaveSlot doesnt work, because Global.Game != null and that 
feature is only defined to work when the client first boots. It should apply 
when the first rom is loaded, at least, or apply every time a rom is loaded. 
This latter suggestion is what is actually necessary for 
http://tasvideos.org/forum/viewtopic.php?p=381661#381661

These problems are probably related so I've combined them

Original issue reported on code.google.com by zero...@zeromus.org on 21 Jul 2014 at 12:11

GoogleCodeExporter commented 9 years ago
Issue 1 is fixed, adjusting the topic accordingly

Original comment by adeli...@tasvideos.org on 21 Jul 2014 at 9:59

GoogleCodeExporter commented 9 years ago
Issue 2 has been fixed too, more or less.  Now the autoload logic is applied on 
Load Rom as well.  There still some issues with saveslots, since it only knows 
"last state" based on that.  But I'm going to call this one done.

Original comment by adeli...@tasvideos.org on 26 Jul 2014 at 3:40