mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
fix: Mainline Softlock on Rollbacks (#36)
exclude xfb / vi memory from savestates
This commit is contained in:
parent
5cde54afc3
commit
6a36d1f632
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ void SlippiSavestate::initBackupLocs()
|
||||||
{0x804d77bc, 0x4}, // ???
|
{0x804d77bc, 0x4}, // ???
|
||||||
{0x804de7f0, 0x10}, // ???
|
{0x804de7f0, 0x10}, // ???
|
||||||
|
|
||||||
|
// XFB / VI Memory
|
||||||
|
{0x804c0980, 0x15F8},
|
||||||
|
|
||||||
// Camera Blocks, Temporarily added here
|
// Camera Blocks, Temporarily added here
|
||||||
//{0x80452c7c, 0x2B0}, // Cam Block 1, including gaps
|
//{0x80452c7c, 0x2B0}, // Cam Block 1, including gaps
|
||||||
//{0x806e516c, 0xA8}, // Cam Block 2, including gaps
|
//{0x806e516c, 0xA8}, // Cam Block 2, including gaps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue