AudioCore/HLE/source: Partially implement last_buffer_id (#7397)

* AudioCore/HLE/source: Partially implement last_buffer_id

shared_memory.h: fix typo

* tests\audio_core\hle\source.cpp: Add test cases to verify last_buffer_id
This commit is contained in:
SachinVin 2024-02-05 23:24:13 +05:30 committed by GitHub
parent 106364e01e
commit aa6a29d7e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 388 additions and 4 deletions

View file

@ -143,7 +143,8 @@ private:
// buffer_id state
bool buffer_update = false;
u32 current_buffer_id = 0;
u16 last_buffer_id = 0;
u16 current_buffer_id = 0;
// Decoding state