Merge pull request #40755 from Faless/js/fix_and_cancel_swap

Cancel/OK swap on HTML5 platform, small fixes.
This commit is contained in:
Rémi Verschelde 2020-07-27 14:32:48 +02:00 committed by GitHub
commit 6e577a5b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include "platform/javascript/os_javascript.h"
#include <emscripten/emscripten.h>
#include <stdlib.h>
static OS_JavaScript *os = nullptr;
static uint64_t target_ticks = 0;