Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
shared_memory.h: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinVin authored Jan 28, 2024
1 parent 3b4bb41 commit b656615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_core/hle/shared_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ struct SourceStatus {
u16_le sync_count; ///< Is set by the DSP to the value of SourceConfiguration::sync_count
u32_dsp buffer_position; ///< Number of samples into the current buffer
u16_le current_buffer_id; ///< Updated when a buffer finishes playing
u16_le last_buffer_id; ///< Updated all buffers in the quieue finished playing
u16_le last_buffer_id; ///< Updated when all buffers in the queue finished playing
};

Status status[num_sources];
Expand Down

0 comments on commit b656615

Please sign in to comment.