mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 01:47:55 -05:00
Merge pull request #8878 from Kelebek1/remove_pause
Remove pause callbacks from coretiming
This commit is contained in:
@ -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{};
|
||||
|
||||
|
Reference in New Issue
Block a user