Autosave for scooby-doo! Unmasked.
This commit is contained in:
parent
6323e05bd6
commit
ec89bf7ca1
|
@ -610,6 +610,7 @@ void BackupDevice::reset_command()
|
|||
if(autodetect_size==22) addr_size = 2; //puyo pop fever
|
||||
if(autodetect_size==18) addr_size = 2; //lunar dragon song
|
||||
if(autodetect_size==17) addr_size = 1; //shrek super slam
|
||||
if(autodetect_size==109) addr_size = 1; //scooby-doo! unmasked
|
||||
if(addr_size>4)
|
||||
{
|
||||
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);
|
||||
|
@ -911,4 +912,4 @@ bool BackupDevice::load_duc(const char* filename)
|
|||
|
||||
return true;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue