Skip to content

Commit

Permalink
Update dist-cores.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien committed Jul 22, 2023
1 parent f4738ea commit bda5fb9
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,12 @@ for f in `ls -v *_${platform}.${EXT}`; do
if [ $wasm = 0 ]; then
continue;
fi
elif [ $name = "mednafen_psx_hw" ] ; then
gles3=1
elif [ $name = "picodrive" ] ; then
heap_mem=536870912
if [ $wasm = 0 ]; then
continue;
fi
elif [ $name = "pcsx_rearmed" ] ; then
heap_mem=536870912
if [ $wasm = 0 ]; then
continue;
Expand All @@ -257,6 +261,12 @@ for f in `ls -v *_${platform}.${EXT}`; do
if [ $wasm = 0 ]; then
continue;
fi
elif [ $name = "mednafen_psx_hw" ] ; then
gles3=1
heap_mem=536870912
if [ $wasm = 0 ]; then
continue;
fi
elif [ $name = "melonds" ] ; then
pthread=0
if [ $wasm = 0 ]; then
Expand All @@ -265,12 +275,11 @@ for f in `ls -v *_${platform}.${EXT}`; do
elif [ $name = "parallel_n64" ] ; then
gles3=1
async=1
# elif [ $name = "ppsspp" ] ; then
# gles3=1
# async=1
heap_mem=536870912
elif [ $name = "dosbox" ] ; then
elif [ $name = "ppsspp" ] ; then
gles3=1
async=1
heap_mem=536870912
elif [ $name = "scummvm" ] ; then
async=1
pthread=0
Expand Down

0 comments on commit bda5fb9

Please sign in to comment.