Support looping HLE audio (#2422)
* Support looping HLE audio * DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs * DSP: Add start offset support
This commit is contained in:
parent
1410aa1824
commit
ff28080091
2 changed files with 35 additions and 11 deletions
|
@ -76,6 +76,8 @@ private:
|
|||
Format format;
|
||||
|
||||
bool from_queue;
|
||||
u32_dsp play_position; // = 0;
|
||||
bool has_played; // = false;
|
||||
};
|
||||
|
||||
struct BufferOrder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue