mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
Remove pause callbacks from coretiming
This commit is contained in:
parent
543aa077ee
commit
c6d4071162
15 changed files with 29 additions and 144 deletions
|
@ -220,8 +220,6 @@ protected:
|
|||
u32 device_channels{2};
|
||||
/// Is this stream currently paused?
|
||||
std::atomic<bool> paused{true};
|
||||
/// Was this stream previously playing?
|
||||
std::atomic<bool> was_playing{false};
|
||||
/// Name of this stream
|
||||
std::string name{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue