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:
Jake Merdich 2017-01-30 02:52:25 -05:00 committed by Yuri Kunde Schlesner
parent 1410aa1824
commit ff28080091
2 changed files with 35 additions and 11 deletions

View file

@ -76,6 +76,8 @@ private:
Format format;
bool from_queue;
u32_dsp play_position; // = 0;
bool has_played; // = false;
};
struct BufferOrder {