mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Ignore LLE savedata modules
This commit is contained in:
parent
4bcafb3e75
commit
80fc471067
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ static const std::unordered_map<std::string, int> s_prx_ignore
|
||||||
{ "/dev_flash/sys/external/libsysutil_rec.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_rec.sprx", 0 },
|
||||||
{ "/dev_flash/sys/external/libsysutil_remoteplay.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_remoteplay.sprx", 0 },
|
||||||
{ "/dev_flash/sys/external/libsysutil_rtcalarm.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_rtcalarm.sprx", 0 },
|
||||||
|
{ "/dev_flash/sys/external/libsysutil_savedata.sprx", 0 },
|
||||||
|
{ "/dev_flash/sys/external/libsysutil_savedata_psp.sprx", 0 },
|
||||||
{ "/dev_flash/sys/external/libsysutil_screenshot.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_screenshot.sprx", 0 },
|
||||||
{ "/dev_flash/sys/external/libsysutil_search.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_search.sprx", 0 },
|
||||||
{ "/dev_flash/sys/external/libsysutil_storagedata.sprx", 0 },
|
{ "/dev_flash/sys/external/libsysutil_storagedata.sprx", 0 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue