mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 15:47:58 -05:00
Audio: Correct buffer release for host timing.
This commit is contained in:
@ -72,6 +72,11 @@ public:
|
||||
this->is_multicore = is_multicore;
|
||||
}
|
||||
|
||||
/// Check if it's using host timing.
|
||||
bool IsHostTiming() const {
|
||||
return is_multicore;
|
||||
}
|
||||
|
||||
/// Pauses/Unpauses the execution of the timer thread.
|
||||
void Pause(bool is_paused);
|
||||
|
||||
|
Reference in New Issue
Block a user