mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Qt: Use HostRead for float and double
This commit is contained in:
parent
1b63810e85
commit
32f6d3f62b
2 changed files with 7 additions and 7 deletions
|
@ -170,7 +170,7 @@ void MemoryViewWidget::Update()
|
|||
});
|
||||
break;
|
||||
case Type::Float32:
|
||||
update_values([](u32 address) { return QString::number(PowerPC::Read_F32(address)); });
|
||||
update_values([](u32 address) { return QString::number(PowerPC::HostRead_F32(address)); });
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue