mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-08 06:06:43 +01:00
6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
|
var Module;
|
||
|
if (!Module) Module = (typeof Module !== 'undefined' ? Module : null) || {};
|
||
|
// Disable image and audio decoding
|
||
|
Module.noImageDecoding = true;
|
||
|
Module.noAudioDecoding = true;
|