mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Changed how combination stream is seeked...
...when it comes to crossing stream boundaries while reading a block.
This commit is contained in:
parent
dec085142b
commit
a7079a3daf
@ -126,6 +126,7 @@ namespace LibHac.Streams
|
||||
break;
|
||||
|
||||
_currentStream = _streams[_currentStreamIndex++];
|
||||
_currentStream.Position = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user