mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-26 08:44:47 +02:00
Merge pull request #20515 from hrydgard/more-misc-fixes
Additional fixes for 1.19.2
This commit is contained in:
@@ -1359,6 +1359,8 @@ static PSPModule *__KernelLoadELFFromPtr(const u8 *ptr, size_t elfSize, u32 load
|
||||
}
|
||||
|
||||
if (scan) {
|
||||
// TODO: Limit this to the newly loaded range! This is expensive, well, at least in debug builds
|
||||
// and the cause of stutter during Wipeout Pure initialization.
|
||||
MIPSAnalyst::FinalizeScan(insertSymbols);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user