mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt buildfix. Native update.
This commit is contained in:
parent
6c3f63b5bd
commit
7ebd9e41e6
2 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ void Debugger_Disasm::UpdateBreakpointsGUI()
|
|||
ui->breakpointsList->clear();
|
||||
|
||||
EmuThread_LockDraw(true);
|
||||
auto breakpoints = CBreakPoints::GetBreakPoints();
|
||||
auto breakpoints = CBreakPoints::GetBreakpoints();
|
||||
for(size_t i = 0; i < breakpoints.size(); i++)
|
||||
{
|
||||
u32 addr_ = breakpoints[i].addr;
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 94f5e57cfc07607ee651f1e1c77bf42c79d3be0f
|
||||
Subproject commit d28b58a203dd7fe51b88318b18af83675fa6745d
|
Loading…
Add table
Reference in a new issue