Skip to content

Commit

Permalink
use gles2 with ppsspp
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Feb 13, 2024
1 parent b022743 commit 79003cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ for f in `ls -v *_${platform}.${EXT}`; do
async=1
heap_mem=536870912
elif [ $name = "ppsspp" ] ; then
gles3=1
gles3=0
pthread=12
heap_mem=536870912
elif [ $name = "scummvm" ] ; then
Expand Down

0 comments on commit 79003cd

Please sign in to comment.