[PS2] Extend SBV library

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

[PS2] Extend SBV library

Post by misfire »

By default, LoadExecPS2() resets the EE and thereby wipes all user-space memory above 0x82000.

With the new SBV function sbv_patch_user_mem_clear(), you can define a different start address to prevent your data from being overwritten. For example, sbv_patch_user_mem_clear(0x00100000) makes sure that all user-space memory below 0x00100000 stays untouched. In order to completely disable the memory clear, simply pass 0x02000000 to it.

libsbv.patch.gz
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post by misfire »

Anyone?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Committed in rev 1575, thanks.
Post Reply