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:
pjgat09 2013-05-04 04:25:06 +00:00
parent 55c7fc55ab
commit 27c21db9b6
2 changed files with 1 additions and 1 deletions

View File

@ -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);