| View previous topic :: View next topic |
| Author |
Message |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Thu Mar 12, 2009 7:30 am Post subject: [PS2] Extend SBV library |
|
|
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 |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Apr 21, 2009 7:20 pm Post subject: |
|
|
| Anyone? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Apr 22, 2009 5:35 am Post subject: |
|
|
| Committed in rev 1575, thanks. |
|
| Back to top |
|
 |
|