You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user