mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Regression fix
This commit is contained in:
parent
155bd09fd0
commit
c8c035eeef
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ std::pair<std::shared_ptr<lv2_overlay>, CellError> ppu_load_overlay(const ppu_ex
|
|||
if (prog.bin.size() > size || prog.bin.size() != prog.p_filesz)
|
||||
fmt::throw_exception("Invalid binary size (0x%llx, memsz=0x%x)", prog.bin.size(), size);
|
||||
|
||||
const bool already_loaded = true; // Unimplemented optimization for savestates
|
||||
const bool already_loaded = !!ar; // Unimplemented optimization for savestates
|
||||
|
||||
if (already_loaded)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue