Minor cleanup.

This commit is contained in:
Jean-Philip Desjardins 2015-11-12 10:14:17 -05:00
parent 30bad4ce74
commit 409ed26fc7

View File

@ -695,7 +695,7 @@ void CPS2VM::SetIopCdImage(CISO9660* image)
void CPS2VM::RegisterModulesInPadHandler()
{
if(m_pad == NULL) return;
if(m_pad == nullptr) return;
m_pad->RemoveAllListeners();
m_pad->InsertListener(m_iopOs->GetPadman());