mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 12:58:55 +02:00
Qt: Use HostRead for float and double
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user