mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
Fixed conflicts
This commit is contained in:
commit
8bd0ee875c
84 changed files with 864 additions and 1211 deletions
|
|
@ -44,6 +44,10 @@ void DbgConsole::Task()
|
|||
if(!m_dbg_buffer.HasNewPacket())
|
||||
{
|
||||
Sleep(1);
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue