Lioncash
|
9d0554e4a6
|
Free two memory leaks in ArmCPUDetect.cpp
Char pointers aren't freed after use.
Fixed this in PPSSPP a few days ago. Forgot to check here for the same thing until now.
|
2013-08-06 18:17:54 -04:00 |
Ryan Houdek
|
ab0f42636d
|
[ARM] Push new ArmEmitter changes from PPSSPP. Mostly Fixes a few VFP/NEON instruction encodings.
|
2013-08-02 23:18:44 +00:00 |
Ryan Houdek
|
9123f58bd5
|
Check for IDIVA/IDIVT correctly. Cortex-A5 parts would have had this set since it supports VFPv4 but not IDIVA. Qualcomm Krait/Krait 300 still doesn't report in the kernel that it supports this.
|
2013-07-16 01:22:25 -05:00 |
lioncash
|
edd9d0e0ef
|
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
Not planning to touch Core since it's the most actively changed part of the project.
|
2013-03-19 21:51:12 -04:00 |
Ryan Houdek
|
b4830be9bc
|
Actually set the bIDIVa value in the ARM CPUDetect.
|
2013-03-14 08:48:01 -05:00 |
Ryan Houdek
|
c93f7760ce
|
Really clean up all the emitter loadstores on ARM. If a ARM device supports VFPv4, then it supports IDIVA, so handle that in CPUDetect.
|
2013-03-14 01:50:38 +00:00 |
Jordan Woyak
|
814c2ffdfd
|
Fix some leaking file handles and buildfix probably.
|
2013-03-03 19:20:35 -06:00 |
Ryan Houdek
|
717b976875
|
ARM Support without GLSL
|
2013-02-26 13:49:00 -06:00 |