mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-05 11:01:14 -05:00
Expand conditional breakpoints to memory breakpoints
This commit is contained in:
@@ -335,7 +335,7 @@ void PPCDebugInterface::ToggleMemCheck(u32 address, bool read, bool write, bool
|
||||
MemCheck.log_on_hit = log;
|
||||
MemCheck.break_on_hit = true;
|
||||
|
||||
PowerPC::memchecks.Add(MemCheck);
|
||||
PowerPC::memchecks.Add(std::move(MemCheck));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user