mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-05 02:40:00 -05:00
Added a new option to add memchecks from the Watch window.
Fixed watch labels from being truncated at the first whitespace.
This commit is contained in:
@@ -249,7 +249,8 @@ void Watches::AddFromStrings(const TWatchesStr& bpstrs)
|
||||
std::stringstream ss;
|
||||
ss << std::hex << bpstr;
|
||||
ss >> bp.iAddress;
|
||||
ss >> bp.name;
|
||||
ss >> std::ws;
|
||||
getline(ss, bp.name);
|
||||
Add(bp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user