mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
PRX/savestates/VSH: Associate PRX with library, fix VSH browser (#13221)
* PRX/savestate:s Associate PRX with library * VFS/Savestates: Fix host_root resolving * Savestates: Fix segfault in ppu_initialize * SPU: Avoid some log spam * VSH/sys_vm: Fix limit on root processes
This commit is contained in:
parent
1852b370d7
commit
e6a7597444
10 changed files with 92 additions and 37 deletions
|
|
@ -3208,6 +3208,11 @@ extern void ppu_initialize()
|
|||
|
||||
idm::select<lv2_obj, lv2_prx>([&](u32, lv2_prx& _module)
|
||||
{
|
||||
if (_module.funcs.empty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_module.path.starts_with(firmware_sprx_path))
|
||||
{
|
||||
// Postpone testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue