mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Emu: some cleanup
This commit is contained in:
parent
a3e8a61547
commit
03b76b4606
149 changed files with 957 additions and 1139 deletions
|
|
@ -2,14 +2,6 @@
|
|||
|
||||
extern void ppu_breakpoint(u32 loc, bool is_adding);
|
||||
|
||||
breakpoint_handler::breakpoint_handler()
|
||||
{
|
||||
}
|
||||
|
||||
breakpoint_handler::~breakpoint_handler()
|
||||
{
|
||||
}
|
||||
|
||||
bool breakpoint_handler::HasBreakpoint(u32 loc) const
|
||||
{
|
||||
return m_breakpoints.contains(loc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue