Remove a TODO.

This commit is contained in:
David Reid
2026-02-15 07:20:07 +10:00
parent 9edf1a558c
commit d9590dcf6e
-1
View File
@@ -47563,7 +47563,6 @@ MA_API ma_result ma_device_update_descriptor(ma_device* pDevice, ma_device_type
} }
/* TODO: Reassess this. Doesn't feel right that this needs to be done here. Why can we not just used a fixed sized buffer like 1024? */
/* /*
If the device is doing playback (ma_device_type_playback or ma_device_type_duplex), there's If the device is doing playback (ma_device_type_playback or ma_device_type_duplex), there's
a couple of situations where we'll need a heap allocated cache. a couple of situations where we'll need a heap allocated cache.