Syscall names registered

This commit is contained in:
Nekotekina 2015-03-15 16:26:01 +03:00
parent ff90ddbd2f
commit 3e412a2a1f
11 changed files with 626 additions and 95 deletions

View file

@ -141,8 +141,6 @@ void PPUThread::DoStop()
m_dec = nullptr;
}
bool dump_enable = false;
bool FPRdouble::IsINF(PPCdouble d)
{
return ((u64&)d & 0x7FFFFFFFFFFFFFFFULL) == 0x7FF0000000000000ULL;