mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build fix, sorry.
This commit is contained in:
parent
f86bc2f3da
commit
529e2f5d52
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ struct Atrac {
|
|||
// There are not enough atrac data right now to play at a certain position.
|
||||
// Must load more atrac data first
|
||||
remainFrame = 0;
|
||||
else {
|
||||
} else {
|
||||
// guess the remain frames.
|
||||
// games would add atrac data when remainFrame = 0 or -1
|
||||
remainFrame = (first.size - decodePos) / atracBytesPerFrame - 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue