Commit Graph
5276 Commits
Author SHA1 Message Date
raven02 7e853b759e Fix Issue #767 - Screen halt when showFPS/Debug disabled 2013-03-03 04:44:35 +08:00
Unknown W. Brackets 0783e3b0f5 Note the PPSSPP version in the log.
Fixes #807.
2013-03-02 12:42:25 -08:00
Unknown W. Brackets 35fe2b4a63 Actually use the git version.
Also switch to cpp, duh.
2013-03-02 12:42:25 -08:00
Unknown W. Brackets aadc7db33d And the Android cmake file as well. 2013-03-02 12:42:25 -08:00
Unknown W. Brackets d2020372d1 Fix small warning. 2013-03-02 11:27:31 -08:00
Unknown W. Brackets a2aa5fe23e Fix iOS / debug ARM build. 2013-03-02 11:27:11 -08:00
Unknown W. Brackets 96a22063e3 Add custom step for Windows for git-version.c. 2013-03-02 11:27:06 -08:00
Henrik Rydgård 13288a5de6 Merge pull request #833 from raven02/patch-5
Add return 0; to scePowerSetClockFrequency
2013-03-02 10:20:17 -08:00
raven02 6bafb7075a Revert cpufreq :) 2013-03-03 02:19:26 +08:00
Henrik Rydgard f5581caccc Some work on ARMJIT FPU compares, still not quite working. 2013-03-02 19:09:24 +01:00
raven02 aef53708dd Fake real cpu frequencies as well 2013-03-03 02:08:10 +08:00
Henrik Rydgård 8b8cc2fea6 Merge pull request #829 from raven02/patch-2
Add clear() for all channel release
2013-03-02 09:01:36 -08:00
Henrik Rydgård db8f56ef27 Merge pull request #830 from mikusp/vtimers
Implement DoState in VTimer
2013-03-02 09:00:28 -08:00
raven02 57dfd2fe90 add clear() for all channel release 2013-03-03 00:25:41 +08:00
Marcin Mikołajczyk faa837ad15 Implement DoState in VTimer 2013-03-02 17:23:28 +01:00
raven02 49d987552c Wrap sceDisplaySetFramebuf 2013-03-02 23:36:11 +08:00
Henrik Rydgård 611b9d4106 Merge pull request #824 from mikusp/vtimers
VTimer implementation
2013-03-02 06:25:36 -08:00
Marcin Mikołajczyk 6c0da111b5 Fake real pll and bus frequencies 2013-03-02 14:32:31 +01:00
Marcin Mikołajczyk 0a3bf01a9b VTimer implementation 2013-03-02 14:06:45 +01:00
Sacha 6c23e1b6d5 Use flags instead of bools for VCVT. Fix up some spacing. Only Android has ArmEmitterTest. 2013-03-02 11:34:03 +10:00
Henrik Rydgard 253396666c Merge branch 'armjit-fpu' of github.com:hrydgard/ppsspp into armjit-fpu 2013-03-01 18:26:36 +01:00
Henrik Rydgard 82dabb4133 Merge branch 'armjit-fpu', remote-tracking branch 'origin' into armjit-fpu 2013-03-01 18:25:44 +01:00
sum2012 b32411c9e0 Add more support of patchers 2013-03-02 00:48:20 +08:00
Sacha 0ca7b2a794 The cvt.s.w has to be signed (as it was before). Also, implement f,sf but untested so it is left commented out. 2013-03-01 16:55:10 +10:00
Sacha 26ebdb4f11 Improve VCMP instruction with option for E.
Add comment to le JIT about how the VCMP crashes on ARM11, with commented code.
2013-03-01 15:41:45 +10:00
Sacha 6d3c89e354 Fix up VCVT function to recognise the difference in encoding for to_int and to_float. There is no 'round to zero' option for to_float. cvt.s.w and cvt.w.s should be unsigned. 2013-03-01 13:45:22 +10:00
Henrik Rydgard 516ca8a0c4 Merge branch 'master' into armjit-fpu
Conflicts:
	Core/MIPS/ARM/ArmJit.h
	Core/MIPS/x86/CompVFPU.cpp
	GPU/GLES/Framebuffer.cpp
2013-02-28 23:56:28 +01:00
Henrik Rydgard 28575d4672 Fix the avoidLoad flag in the arm regalloc 2013-02-28 23:45:47 +01:00
SachaandHenrik Rydgard 35a57be115 ARMJIT: Implement MADD, MADDU. Do bitrev if it takes an immediate. Fix a bug where MULTU was being passed through to the interpreter. 2013-02-28 23:45:46 +01:00
Henrik Rydgård 314c28516b Merge pull request #819 from unknownbrackets/fonts
Font crash fixes
2013-02-28 12:01:52 -08:00
Henrik Rydgård f311bfba9d Merge pull request #818 from xsacha/cmp-jit
ARMJIT: min, max implementations.
2013-02-28 12:01:07 -08:00
Unknown W. Brackets 4249e0f6a8 Fix shutdown crash when there are open fonts. 2013-02-28 08:33:30 -08:00
Unknown W. Brackets 128d181558 Fix crash in sceFontClose().
Still some other issues but Fieldrunners now plays again with
tons of errors showing.
2013-02-28 08:27:05 -08:00
Sacha d3f7def328 ARMJIT: min, max implementations. 2013-03-01 02:17:39 +10:00
Unknown W. Brackets 4bb3da754b Umd typo fix, ouch. 2013-02-28 08:12:48 -08:00
Unknown W. Brackets a44e7e6d52 Buildfixes for Mac. 2013-02-28 08:07:33 -08:00
Unknown W. Brackets 1ff163cd10 Buildfix for Android/etc. 2013-02-28 07:58:23 -08:00
Sacha 059abc0d69 ARMJIT: Add floor, ceil, round. Introducing a rounding mode for VCVT.
The cvt and trunc are tested heavily. Floor, ceil, round aren't tested as much as there are very few games that use it.
2013-03-01 01:10:07 +10:00
raven02 e319e2a7c2 Minor fix 2013-02-28 23:04:40 +08:00
raven02 50be9102e4 Fix crash when font sets not exists 2013-02-28 22:50:14 +08:00
raven02 127ee5d30f Create flash0:/font/ if not exists 2013-02-28 22:36:57 +08:00
raven02 4584d541ca Add CAPS for OSK input 2013-02-28 20:19:33 +08:00
Unknown W. Brackets 2104ebeaae Fix typo in sceKernelAllocPartitionMemory().
It sets it in the consturctor and terminates it properly there.
2013-02-28 02:14:06 -08:00
Sacha 61f5fb35bd ARMJIT: Implement cvt.w.s, cvt.s.w and trunc.w.s that are used heavily in Dragonball.
May need to keep note of FCR to get correct rounding mode? Interpreter doesn't do this either.
2013-02-28 19:46:07 +10:00
Henrik Rydgård 556f16eb03 Merge pull request #814 from unknownbrackets/memory
sceKernelPartitionMemory() alignment/errors (review?)
2013-02-28 00:23:27 -08:00
Unknown W. Brackets 1e3f5477c3 Don't leak block on allocation failure. 2013-02-28 00:19:48 -08:00
Unknown W. Brackets eab7777ec3 Clean up some magic numbers, oops. 2013-02-27 23:01:44 -08:00
Unknown W. Brackets 4631fd7c6f Keep track of the PMB name like other objects. 2013-02-27 22:35:53 -08:00
Unknown W. Brackets d02879dbaf Fix PMB alignment and cleanup free/get. 2013-02-27 22:35:08 -08:00
Unknown W. Brackets 9eeb3d6ffd Support the other allocation types. 2013-02-27 22:32:29 -08:00