WIP com.opendoorstudios.ds4droid
This commit is contained in:
parent
43a4bd7e8f
commit
f6bef22ca5
|
@ -17,9 +17,13 @@ because of legal reasons.
|
|||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/nds4droid/code
|
||||
|
||||
# needs new patch, plus ndk r8b might work
|
||||
# Build Version:19,19,release19,buildjni=yes,target=android-16,extlibs=acra/acra-4.2.3.jar,\
|
||||
# prebuild=rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/armeabi-v7a
|
||||
Build Version:13,13,release13,patch=fix_stuff.patch,\
|
||||
rm=jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/armeabi-v7a/libc.so,\
|
||||
target=android-15,extlibs=acra/acra-4.2.3.jar,buildjni=yes
|
||||
|
||||
Build Version:19,19,!ndk problems with r8b/r8d/r8e (at release19),patch=fix_stuff.patch,\
|
||||
target=android-16,extlibs=acra/acra-4.2.3.jar,\
|
||||
prebuild=rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/armeabi-v7a,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
@ -103,7 +103,7 @@ index 024074f..3c048cd 100755
|
|||
#endif
|
||||
}
|
||||
diff --git a/jni/desmume/src/android/math-neon/math_vec2.c b/jni/desmume/src/android/math-neon/math_vec2.c
|
||||
index 810d562..3d2a202 100755
|
||||
index 810d562..b648538 100755
|
||||
--- a/jni/desmume/src/android/math-neon/math_vec2.c
|
||||
+++ b/jni/desmume/src/android/math-neon/math_vec2.c
|
||||
@@ -66,9 +66,11 @@ dot2_neon_hfp(float v0[2], float v1[2])
|
||||
|
@ -114,28 +114,26 @@ index 810d562..3d2a202 100755
|
|||
- :
|
||||
- );
|
||||
+ :
|
||||
+ :
|
||||
+ :
|
||||
+ "r"(v0), "r"(v1)
|
||||
+ :
|
||||
+ :
|
||||
+ );
|
||||
#endif
|
||||
}
|
||||
|
||||
diff --git a/jni/desmume/src/android/math-neon/math_vec4.c b/jni/desmume/src/android/math-neon/math_vec4.c
|
||||
index 1fc0b86..cd382f4 100755
|
||||
index 1fc0b86..7a5c6dd 100755
|
||||
--- a/jni/desmume/src/android/math-neon/math_vec4.c
|
||||
+++ b/jni/desmume/src/android/math-neon/math_vec4.c
|
||||
@@ -107,8 +107,11 @@ dot4_neon_hfp(float v0[4], float v1[4])
|
||||
@@ -107,7 +107,10 @@ dot4_neon_hfp(float v0[4], float v1[4])
|
||||
"vmul.f32 d0, d2, d4 \n\t" //d0= d2*d4
|
||||
"vmla.f32 d0, d3, d5 \n\t" //d0 = d0 + d3*d5
|
||||
"vpadd.f32 d0, d0 \n\t" //d0 = d[0] + d[1]
|
||||
- :: "r"(v0), "r"(v1) :
|
||||
- );
|
||||
+ :
|
||||
+ :
|
||||
+ "r"(v0), "r"(v1)
|
||||
+ :
|
||||
+ );
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue