mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 01:08:58 -05: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
1410aa1824
commit
ff28080091
@ -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