mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 17:50:31 +01:00
Protect RPCS3 from built-in PS2 emulator
This commit is contained in:
parent
9677a3a9ea
commit
ba79e092a0
|
|
@ -534,7 +534,7 @@ namespace ppu_patterns
|
|||
template <>
|
||||
bool ppu_module<lv2_obj>::analyse(u32 lib_toc, u32 entry, const u32 sec_end, const std::vector<u32>& applied, const std::vector<u32>& exported_funcs, std::function<bool()> check_aborted)
|
||||
{
|
||||
if (segs.empty())
|
||||
if (segs.empty() || !segs[0].addr)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue