mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 22:35:45 +00:00
Merge pull request #8878 from Kelebek1/remove_pause
Remove pause callbacks from coretiming
This commit is contained in:
commit
e85bda5f31
15 changed files with 29 additions and 144 deletions
|
@ -50,16 +50,6 @@ public:
|
|||
*/
|
||||
void CloseStreams() override;
|
||||
|
||||
/**
|
||||
* Pause all streams.
|
||||
*/
|
||||
void PauseStreams() override;
|
||||
|
||||
/**
|
||||
* Unpause all streams.
|
||||
*/
|
||||
void UnpauseStreams() override;
|
||||
|
||||
/**
|
||||
* Get the device volume. Set from calls to the IAudioDevice service.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue