From 2a4b7338fda9438b826ed63fa862ecf4c5b387bc Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Sat, 18 Dec 2021 23:00:54 +0200 Subject: [PATCH] Updated todo - removing IDBFS will not free up RAM, see https://stackoverflow.com/questions/67436377/emscripten-is-idbfs-more-ram-efficient-than-memfs --- todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo.txt b/todo.txt index b7efaba5b9..b675606679 100644 --- a/todo.txt +++ b/todo.txt @@ -26,8 +26,6 @@ - Audio worklet to play MIDI music, with separate data file. -- Download all data files into IDBFS on first run, to free up some RAM. - - Fix multiplayer using WebSocket Proxy Server, this depends on pthreads support, so I'll probably need to hack together some custom proxy that does not use pthreads.