Allow wasm to load patch from url too
This commit is contained in:
parent
19878f0097
commit
e42dc9154f
5 changed files with 44 additions and 12 deletions
|
@ -142,7 +142,7 @@ public:
|
|||
};
|
||||
|
||||
#ifndef HEADLESS
|
||||
struct WasmPatchStorageLoadingDialog;
|
||||
struct WasmRemotePatchLoadingDialog;
|
||||
|
||||
class CardinalBaseUI : public UI {
|
||||
public:
|
||||
|
@ -151,7 +151,7 @@ public:
|
|||
bool savingUncompressed;
|
||||
|
||||
#ifdef DISTRHO_OS_WASM
|
||||
WasmPatchStorageLoadingDialog* psDialog;
|
||||
WasmRemotePatchLoadingDialog* psDialog;
|
||||
#endif
|
||||
|
||||
// for 3rd party modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue