mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove the useless codes instead.
This commit is contained in:
parent
62f79989bd
commit
a944c96137
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue