mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Misc thread started/ended/aborted aligment
This commit is contained in:
parent
12f217aba9
commit
c3960b7f43
5 changed files with 33 additions and 33 deletions
|
@ -1863,7 +1863,7 @@ void RSXThread::End()
|
|||
void RSXThread::Task()
|
||||
{
|
||||
u8 inc;
|
||||
ConLog.Write("RSX thread enter");
|
||||
ConLog.Write("RSX thread started");
|
||||
|
||||
OnInitThread();
|
||||
|
||||
|
@ -1953,7 +1953,7 @@ void RSXThread::Task()
|
|||
//memset(Memory.GetMemFromAddr(p.m_ioAddress + get), 0, (count + 1) * 4);
|
||||
}
|
||||
|
||||
ConLog.Write("RSX thread exit");
|
||||
ConLog.Write("RSX thread ended");
|
||||
|
||||
OnExitThread();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue