Skip to content

Commit

Permalink
Updating the web version with the latest modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrafaelgn committed Sep 4, 2023
1 parent 096d071 commit 4cfe57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions libmikmod/webaudio/build/linux/buildwasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [ ! -d "$TEMP_DIR/" ]; then
fi

SRCS="\
$SRC_DIR/drivers/drv_nos.c \
$SRC_DIR/loaders/load_669.c \
$SRC_DIR/loaders/load_amf.c \
$SRC_DIR/loaders/load_asy.c \
Expand Down
1 change: 1 addition & 0 deletions libmikmod/webaudio/build/windows/buildwasm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ IF NOT EXIST %TEMP_DIR%\ (
)

SET SRCS=^
%SRC_DIR%\drivers\drv_nos.c ^
%SRC_DIR%\loaders\load_669.c ^
%SRC_DIR%\loaders\load_amf.c ^
%SRC_DIR%\loaders\load_asy.c ^
Expand Down
2 changes: 1 addition & 1 deletion libmikmod/webaudio/ts/frontend/libmikmod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class LibMikMod {
// Due to both LibMikMod and AudioWorklet's nature we can
// have only one module loaded at a time...

public static readonly WEB_VERSION = 1;
public static readonly WEB_VERSION = 2;
public static LIB_VERSION: string | null = null;

public static readonly ERROR_FILE_READ = 1;
Expand Down

0 comments on commit 4cfe57e

Please sign in to comment.