mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-14 17:32:06 -07:00
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