mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
PPU: A few more minor bugfixes
This commit is contained in:
parent
d0b3891002
commit
4eaa03e9ba
2 changed files with 9 additions and 10 deletions
|
|
@ -3452,7 +3452,6 @@ extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<ppu_
|
|||
{
|
||||
obj.clear(), src.close(); // Clear decrypted file and elf object memory
|
||||
ppu_initialize(*prx);
|
||||
ppu_unload_prx(*prx);
|
||||
ppu_finalize(*prx);
|
||||
continue;
|
||||
}
|
||||
|
|
@ -3704,8 +3703,6 @@ extern void ppu_initialize()
|
|||
{
|
||||
// Check if cache exists for this infinitesimally small prx
|
||||
dev_flash_located = ppu_initialize(*prx, true);
|
||||
idm::remove<lv2_obj, lv2_prx>(idm::last_id());
|
||||
ppu_unload_prx(*prx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue