Remove the useless codes instead.

This commit is contained in:
oioitff 2013-04-23 22:31:23 +08:00
parent 62f79989bd
commit a944c96137

View File

@ -95,7 +95,6 @@ u32 _sceSasCore(u32 core, u32 outAddr) {
return ERROR_SAS_INVALID_PARAMETER; return ERROR_SAS_INVALID_PARAMETER;
} }
//Memory::Memset(outAddr, 0, sas->GetGrainSize() * 2 * 2);
sas->Mix(outAddr); sas->Mix(outAddr);
return 0; return 0;
} }