Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Web] add missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Sep 26, 2022
1 parent 0f554b8 commit 1dde464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Web/App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,15 @@ set(ASYNCIFY_IMPORTS
"siv3dGetClipboardText"
"siv3dDecodeImageFromFile"
"siv3dSleepUntilWaked"
"invoke_v"
"invoke_vi"
"_Z4Mainv"
)

set(ASYNCIFY_ADD
"main"
"dynCall_v"
"dynCall_vi"
"s3d::TryMain()"
"s3d::CSystem::init()"
"s3d::System::Update()"
Expand Down
2 changes: 1 addition & 1 deletion Web/Siv3D.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mergeInto(LibraryManager.library, {
return 0;
}
},
siv3dLocateFile__sig: "vi",
siv3dLocateFile__sig: "iv",

//
// GamePads
Expand Down

0 comments on commit 1dde464

Please sign in to comment.