mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove comment
This commit is contained in:
parent
075a0c7e3e
commit
5482ad8143
1 changed files with 1 additions and 17 deletions
|
@ -165,23 +165,7 @@ u32 sceAacInit(u32 parameters, u32 unknown1, u32 unknown2, u32 unknown3)
|
|||
return ERROR_AAC_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
/*
|
||||
To Do: Need translate the below code from JPCSP
|
||||
int id = -1;
|
||||
for (int i = 0; i < ids.length; i++) {
|
||||
if (!ids[i].isInit()) {
|
||||
id = i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (id < 0) {
|
||||
return SceKernelErrors.ERROR_AAC_NO_MORE_FREE_ID;
|
||||
}
|
||||
|
||||
ids[id].init(bufferAddr, bufferSize, outputAddr, outputSize);
|
||||
|
||||
return id;
|
||||
*/
|
||||
//To Do
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue