[DYNAREC] Restored sep entries hidden dynablock reference#3822
[DYNAREC] Restored sep entries hidden dynablock reference#3822ptitSeb merged 2 commits intoptitSeb:mainfrom
Conversation
|
Looks good, but I don't see where the new |
Oops, I think I messed up this patch when trying to do a rebase with conflicts... |
|
Okay I added that line back. |
|
Are you sure just the handling in custommem.c/MmaplistAddBlock is not enough (even without db->sep_nolink)? |
This fixes Linux Steam SIGBUS issues with DynaCache.
|
Thanks for the review. Restoring hidden dynablock* headers for SEP fixes Steam issue already, actually. I might have made some mistakes when testing. SEP offsets are perfectly safe to use! I have force-pushed and updated the PR title. |
Yeah, the SEP+DynaCache has not be tested at all. My fault, I should have done a small test campaign, so expect some more issue there :'( |
|
Looks good now, thanks! And sorry for the chaotic review... |
This fixes Linux Steam SIGBUS issues with DynaCache.