mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SPU fixes, various fixes
This commit is contained in:
parent
721ad404d2
commit
8f9e1100c8
33 changed files with 1021 additions and 871 deletions
|
@ -498,7 +498,6 @@ PPUThread::PPUThread(const std::string& name)
|
|||
|
||||
PPUThread::~PPUThread()
|
||||
{
|
||||
cv.notify_one();
|
||||
join();
|
||||
|
||||
CloseStack();
|
||||
|
@ -507,7 +506,7 @@ PPUThread::~PPUThread()
|
|||
|
||||
void PPUThread::DumpInformation() const
|
||||
{
|
||||
if (hle_code < 0)
|
||||
if (~hle_code < 1024)
|
||||
{
|
||||
LOG_SUCCESS(HLE, "Last function: syscall %lld (%s)", ~hle_code, SysCalls::GetFuncName(hle_code));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue