add another autodetection. still &3
This commit is contained in:
parent
8cf301fd25
commit
eb960e1e39
|
@ -609,6 +609,7 @@ void BackupDevice::reset_command()
|
||||||
if(autodetect_size==66) addr_size = 2; //pokemon dash
|
if(autodetect_size==66) addr_size = 2; //pokemon dash
|
||||||
if(autodetect_size==22) addr_size = 2; //puyo pop fever
|
if(autodetect_size==22) addr_size = 2; //puyo pop fever
|
||||||
if(autodetect_size==18) addr_size = 2; //lunar dragon song
|
if(autodetect_size==18) addr_size = 2; //lunar dragon song
|
||||||
|
if(autodetect_size==17) addr_size = 1; //shrek super slam
|
||||||
if(addr_size>4)
|
if(addr_size>4)
|
||||||
{
|
{
|
||||||
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);
|
LOG("RESET: Unexpected backup memory address size: %d\n",addr_size);
|
||||||
|
|
Loading…
Reference in New Issue