summaryrefslogtreecommitdiff
path: root/reduced_system_layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'reduced_system_layer.c')
-rwxr-xr-xreduced_system_layer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/reduced_system_layer.c b/reduced_system_layer.c
index bbb2a87..17956b3 100755
--- a/reduced_system_layer.c
+++ b/reduced_system_layer.c
@@ -48,6 +48,7 @@
#/ - Graphics
#/ - Self-contained impl
#/ - UI
+#/ - Icons
#/ - Vector math
#/ - Blending
#/ - Anti-aliasing
@@ -1713,7 +1714,7 @@ __attribute__((export_name("js_max_num_audio_frames"))) i32 js_max_num_audio_fra
}
__attribute__((export_name("js_sound_buffer"))) void *js_sound_buffer(void) {
- return NULL;
+ return _sound_ring;
}
__attribute__((export_name("js_sound_sync"))) i64 js_sound_sync(void) {