X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure;h=4d36f4b55a3bdb8faac4d0969b6dd539c5f2c590;hb=0b8caa417c2bef660d6a0c70cbab71f1e997023b;hp=a618231a86c945f8e6fa9e5148812e5cf1b65311;hpb=630b122be82914a74fac752688abe5d5dd798aa8;p=pcsx_rearmed.git diff --git a/configure b/configure index a618231a..4d36f4b5 100755 --- a/configure +++ b/configure @@ -563,7 +563,7 @@ if [ "$have_gles" = "yes" ]; then echo "LDLIBS_GLES = $LDLIBS_GLES" >> $config_mak fi if [ "$enable_dynarec" = "yes" ]; then - echo "USE_DYNAREC = 1" >> $config_mak + echo "DYNAREC = ari64" >> $config_mak fi if [ "$drc_cache_base" = "yes" ]; then echo "BASE_ADDR_DYNAMIC = 1" >> $config_mak