mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-03 09:58:29 -04: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