Skip to content

Commit a61f8a8

Browse files
committed
Fix chd files under genesis_plus_gx core
1 parent 88c875a commit a61f8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emulatorjs/build-emulatorjs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ largeHeap=("mupen64plus_next" "picodrive" "pcsx_rearmed" "genesis_plus_gx" "gene
6161
needsGles3=("ppsspp")
6262
needsThreads=("ppsspp")
6363
largeThreads=("ppsspp")
64-
noCHD=("mame2003" "mame2003_plus" "pcsx_rearmed")
64+
noCHD=("mame2003" "mame2003_plus" "pcsx_rearmed" "genesis_plus_gx" "genesis_plus_gx_wide")
6565
no7Zip=("bsnes")
6666

6767
for f in $(ls -v *_emscripten.bc); do

0 commit comments

Comments
 (0)