HTML5 - downgrading emscripten back to 1.38.20

- engine changes to use 1.38.20 toolchain

#jira UE-69753  Multithreaded HTML5 loads into a black screen
#rnx
#rb none

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: nick.shin
#ROBOMERGE-SOURCE: CL 4981071 in //UE4/Release-4.22/... via CL 4981072
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5033400 by nick shin in Dev-VR branch]
This commit is contained in:
nick shin
2019-02-16 07:31:09 -05:00
parent d48f89905b
commit c4d6f2a64a
3 changed files with 12 additions and 12 deletions
@@ -186,7 +186,7 @@ void FHTML5InputInterface::SendControllerEvents()
// /// XXX TODO Restore this, emscripten_get_num_gamepads() currently has a moderately high performance impact, so disabled for local testing
// static bool GamepadSupported = false;
//#else
static bool GamepadSupported = emscripten_sample_gamepad_data() == EMSCRIPTEN_RESULT_SUCCESS;
static bool GamepadSupported = true;
//#endif
const double CurrentTime = FPlatformTime::Seconds();