mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
More memory cleanup
This commit is contained in:
@@ -718,7 +718,7 @@ void ImStructViewer::DrawType(
|
||||
}
|
||||
case POINTER: {
|
||||
const bool nodeOpen = ImGui::TreeNodeEx("Pointer", extraTreeNodeFlags, "%s", name);
|
||||
const u32 pointer = Memory::Read_U32(address);
|
||||
const u32 pointer = Memory::ReadUnchecked_U32(address);
|
||||
const u64 pointer64 = pointer;
|
||||
DrawContextMenu(base, offset, type.alignedLength, typePathName, name, watchId, &pointer64);
|
||||
DrawTypeColumn("%s", typeDisplayName, base, offset);
|
||||
|
||||
Reference in New Issue
Block a user