m64p: Change the savestate code to store the default PC address if not already setup (ie before the first VI)
This commit is contained in:
parent
55c7fc55ab
commit
27c21db9b6
Binary file not shown.
|
@ -1663,7 +1663,7 @@ EXPORT int CALL savestates_save_bkm(char *curr)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
PUTDATA(curr, unsigned int, 0);
|
PUTDATA(curr, unsigned int, 0xa4000040);
|
||||||
}
|
}
|
||||||
|
|
||||||
PUTDATA(curr, unsigned int, next_interupt);
|
PUTDATA(curr, unsigned int, next_interupt);
|
||||||
|
|
Loading…
Reference in New Issue