Update build instructions for Emscripten.

This commit is contained in:
David Reid
2017-11-19 12:13:29 +10:00
parent 4eb4077add
commit 7d5a59ee50
+3 -2
View File
@@ -63,8 +63,9 @@
// //
// Building (Emscripten) // Building (Emscripten)
// --------------------- // ---------------------
// The Emscripten build requires the "-s USE_SDL=2" command line option. SDL is the only supported backend for // The Emscripten build currently uses SDL 1.2 for it's backend which means specifying "-s USE_SDL=2" is unecessary
// Emscripten. // as of this version. However, if in the future there is legitimate benefit or enough demand for SDL 2 to be used
// instead, you will need to specify this when compiling.
// //
// //
// Playback Example // Playback Example