wasm64 lto fix
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
mccakit
2025-09-28 19:12:25 +03:00
committed by Ryan C. Gordon
parent a34d31322c
commit d42bf59c66
+2 -5
View File
@@ -155,11 +155,8 @@ static bool EMSCRIPTENAUDIO_OpenDevice(SDL_AudioDevice *device)
Module['SDL3'] = {};
}
var SDL3 = Module['SDL3'];
if (!$0) {
SDL3.audio_playback = {};
} else {
SDL3.audio_recording = {};
}
SDL3.audio_playback = {};
SDL3.audio_recording = {};
if (!SDL3.audioContext) {
if (typeof(AudioContext) !== 'undefined') {