chore: comment ARM MSR code + Audio issues

This commit is contained in:
2022-04-30 22:17:34 -05:00
parent 640b1f7c5d
commit 68012f84d3
3 changed files with 10 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ pub const Apu = struct {
cnt: io.SoundControl,
sampling_cycle: u2,
// TODO: Research whether we can have Atomic Pointers
stream: *SDL.SDL_AudioStream,
sched: *Scheduler,