mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Refactor JavaScript platform build script
This commit is contained in:
parent
25800ffb0e
commit
d8d9eea722
9 changed files with 105 additions and 218 deletions
|
@ -40,7 +40,7 @@ static void main_loop() {
|
|||
os->main_loop_iterate();
|
||||
}
|
||||
|
||||
extern "C" void main_after_fs_sync(char *p_idbfs_err) {
|
||||
extern "C" EMSCRIPTEN_KEEPALIVE void main_after_fs_sync(char *p_idbfs_err) {
|
||||
|
||||
String idbfs_err = String::utf8(p_idbfs_err);
|
||||
if (!idbfs_err.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue