mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 16:27:51 -05:00
Remove pause callbacks from coretiming
This commit is contained in:
@ -39,16 +39,6 @@ public:
|
||||
*/
|
||||
virtual void CloseStreams() = 0;
|
||||
|
||||
/**
|
||||
* Pause all streams.
|
||||
*/
|
||||
virtual void PauseStreams() = 0;
|
||||
|
||||
/**
|
||||
* Unpause all streams.
|
||||
*/
|
||||
virtual void UnpauseStreams() = 0;
|
||||
|
||||
/**
|
||||
* Create a new sink stream, kept within this sink, with a pointer returned for use.
|
||||
* Do not free the returned pointer. When done with the stream, call CloseStream on the sink.
|
||||
|
Reference in New Issue
Block a user