Update documentation.

This commit is contained in:
David Reid
2022-10-20 11:38:28 +10:00
parent 68e4e720c0
commit 950d4e31d0
2 changed files with 114 additions and 44 deletions
+3
View File
@@ -500,6 +500,9 @@ might be a local co-op multiplayer game where each player has their own headphon
ma_device_uninit(&devices[iEngine]);
}
<span style="color:#009900">/* The context can only be uninitialized after the devices. */</span>
ma_context_uninit(&amp;context);
<span style="color:#009900">/*
Do the resource manager last. This way we can guarantee the data callbacks of each device aren&#39;t trying to access
and data managed by the resource manager.