mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
7cc0cdd346
commit
3555d656a4
1 changed files with 0 additions and 3 deletions
|
@ -429,9 +429,6 @@ u32 sceAtracAddStreamData(int atracID, u32 bytesToAdd)
|
|||
// TODO
|
||||
if (bytesToAdd > atrac->first.writableBytes)
|
||||
return ATRAC_ERROR_ADD_DATA_IS_TOO_BIG;
|
||||
// only add stream data when it need more atrac data
|
||||
if (atrac->getRemainFrames() > 0)
|
||||
return 0;
|
||||
|
||||
if (atrac->data_buf && (bytesToAdd > 0)) {
|
||||
int addbytes = std::min(bytesToAdd, atrac->first.filesize - atrac->first.fileoffset);
|
||||
|
|
Loading…
Add table
Reference in a new issue