mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
More Read_U32 cleanup
This commit is contained in:
@@ -635,6 +635,10 @@ void ImStructViewer::DrawType(
|
||||
}
|
||||
|
||||
const u32 address = base + offset;
|
||||
if (!Memory::IsValidAddress(address)) {
|
||||
// Bad!
|
||||
return;
|
||||
}
|
||||
ImGui::PushID(static_cast<int>(address));
|
||||
ImGui::PushID(watchId); // We push watch id too as it's possible to have multiple watches on the same address
|
||||
|
||||
|
||||
Reference in New Issue
Block a user