mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-21 14:41:39 +00:00
If never set, loop to the first vag block.
Not the second (0 = second.)
This commit is contained in:
parent
a36f7bf267
commit
a1283644ab
@ -51,7 +51,7 @@ static const u8 f[16][2] = {
|
||||
void VagDecoder::Start(u32 data, u32 vagSize, bool loopEnabled) {
|
||||
loopEnabled_ = loopEnabled;
|
||||
loopAtNextBlock_ = false;
|
||||
loopStartBlock_ = 0;
|
||||
loopStartBlock_ = -1;
|
||||
numBlocks_ = vagSize / 16;
|
||||
end_ = false;
|
||||
data_ = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user