1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

Emscripten: remove unused dependency (buildfix)

This commit is contained in:
SimpleTease 2020-12-18 03:40:18 +00:00 committed by GitHub
parent 7d313647ae
commit bb6a680890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
//"use strict";
var LibraryRWebAudio = {
$RA__deps: ['$Browser', 'usleep'],
$RA__deps: ['$Browser'],
$RA: {
BUFFER_SIZE: 2048,