mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-06 04:06:58 +00:00
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:
committed by
Yuri Kunde Schlesner
parent
a61b184282
commit
38dfe42ad9
@@ -76,6 +76,8 @@ private:
|
||||
Format format;
|
||||
|
||||
bool from_queue;
|
||||
u32_dsp play_position; // = 0;
|
||||
bool has_played; // = false;
|
||||
};
|
||||
|
||||
struct BufferOrder {
|
||||
|
||||
Reference in New Issue
Block a user