mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
GE Debugger: Ignore mirrors for target in record.
This commit is contained in:
parent
4a17ab8070
commit
73040ebb8f
@ -322,6 +322,7 @@ static Command EmitCommandWithRAM(CommandType t, const void *p, u32 sz, u32 alig
|
||||
}
|
||||
|
||||
static u32 GetTargetFlags(u32 addr, u32 sizeInRAM) {
|
||||
addr &= 0x041FFFFF;
|
||||
const bool isTarget = lastRenderTargets.find(addr) != lastRenderTargets.end();
|
||||
|
||||
bool isDirtyVRAM = false;
|
||||
|
Loading…
Reference in New Issue
Block a user