mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-20 11:17:50 +00:00
docs: Remove "more on this later" comment for something already covered.
This commit is contained in:
parent
bd77b9a0ce
commit
f788a671e4
|
@ -128,7 +128,7 @@ documentation than this for the finer points).
|
||||||
|
|
||||||
Even when using threads, your main thread needs to set an Emscripten
|
Even when using threads, your main thread needs to set an Emscripten
|
||||||
mainloop that runs quickly and returns, or things will fail to work
|
mainloop that runs quickly and returns, or things will fail to work
|
||||||
correctly. More on this later.
|
correctly.
|
||||||
|
|
||||||
You should definitely read [Emscripten's pthreads docs](https://emscripten.org/docs/porting/pthreads.html)
|
You should definitely read [Emscripten's pthreads docs](https://emscripten.org/docs/porting/pthreads.html)
|
||||||
for all the finer points. Mostly SDL's thread API will work as expected,
|
for all the finer points. Mostly SDL's thread API will work as expected,
|
||||||
|
|
Loading…
Reference in a new issue