summaryrefslogtreecommitdiff
path: root/reduced_system_layer.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-19 04:39:24 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-19 04:39:24 +0100
commit2578a9f397f3637667fc9518d89f06570b161705 (patch)
tree3ca6a2b05652c58eafc1104a6cb71073c5562475 /reduced_system_layer.c
parent0269c40d9b94f49576b1c7ece0f768eb551686e5 (diff)
downloadreduced_system_layer-2578a9f397f3637667fc9518d89f06570b161705.zip
Add prefix for bitfont var
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) {