Skip to content

Commit 45cc724

Browse files
committed
wasm build fix
1 parent 8ec8653 commit 45cc724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/system/sokol/sokol_gamepad.h

+6
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,12 @@ _SOKOL_PRIVATE void _sgamepad_record_state() {
242242
/*== Fallback dummy Implementation ============================================*/
243243
#else
244244

245+
SOKOL_API_IMPL void sgamepad_init() {
246+
}
247+
248+
SOKOL_API_IMPL void sgamepad_shutdown() {
249+
}
250+
245251
_SOKOL_PRIVATE void _sgamepad_record_state() {
246252
}
247253

0 commit comments

Comments
 (0)