mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Loader: Make executable analyzation not halt UI when launching games
This commit is contained in:
parent
17e6ad1fe8
commit
0e388639cc
8 changed files with 51 additions and 29 deletions
|
|
@ -441,7 +441,7 @@ bool cheat_engine::is_addr_safe(const u32 offset)
|
|||
if (Emu.IsStopped())
|
||||
return false;
|
||||
|
||||
const auto ppum = g_fxo->try_get<ppu_module>();
|
||||
const auto ppum = g_fxo->try_get<main_ppu_module>();
|
||||
|
||||
if (!ppum)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue