mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-22 01:40:30 +00:00
Qt buildfix. Native update.
This commit is contained in:
parent
6c3f63b5bd
commit
7ebd9e41e6
@ -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…
x
Reference in New Issue
Block a user