[Win] Revert XE_USE_KUSER_SHARED back to 0

Also limit queued audio frames
This commit is contained in:
Gliniak
2023-02-11 18:20:21 +01:00
parent 321dd75e05
commit c74a047655
3 changed files with 6 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ class AudioSystem {
Memory* memory_ = nullptr;
cpu::Processor* processor_ = nullptr;
std::unique_ptr<XmaDecoder> xma_decoder_;
uint32_t queued_frames_;
std::atomic<bool> worker_running_ = {false};
kernel::object_ref<kernel::XHostThread> worker_thread_;