mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-16 16:00:29 -05:00
PPCSymbolDB: GetDescription by std::string_view
Should save a lot of deep copies.
This commit is contained in:
@@ -442,7 +442,7 @@ u32 PPCDebugInterface::GetColor(const Core::CPUThreadGuard* guard, u32 address)
|
||||
}
|
||||
// =============
|
||||
|
||||
std::string PPCDebugInterface::GetDescription(u32 address) const
|
||||
std::string_view PPCDebugInterface::GetDescription(u32 address) const
|
||||
{
|
||||
return m_ppc_symbol_db.GetDescription(address);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user