Henrik Rydgård
724f84ce6d
Merge pull request #1271 from raven02/patch-12
...
Suppress static noise from PCM output
2013-04-13 13:14:49 -07:00
Henrik Rydgard
ffe88f5120
Merge branch 'patch-11' of https://github.com/raven02/ppsspp into raven02-patch-11
2013-04-13 22:12:13 +02:00
Henrik Rydgård
c22410f65f
Merge pull request #1275 from unknownbrackets/ui-tweaks
...
Remove ISOFileSystem freelist
2013-04-13 13:08:04 -07:00
Unknown W. Brackets
34f1f3a8e7
Remove one more FP usage in GPU.
2013-04-13 13:04:39 -07:00
Unknown W. Brackets
053b33f5e2
Remove the ISOFileSystem freelist, not threadsafe.
2013-04-13 13:04:39 -07:00
Henrik Rydgard
914208309f
Update native to fix visual glitch in recents list
2013-04-13 22:00:08 +02:00
Henrik Rydgard
4cc3c5079a
Apply color to fallback graphics for texturebuttons too
2013-04-13 21:59:41 +02:00
Henrik Rydgard
06679fcce6
Switch to homemade isinf/isnan implementations.
2013-04-13 21:51:38 +02:00
Unknown W. Brackets
6e24983f8a
iOS: Buildfix.
2013-04-13 12:51:15 -07:00
Henrik Rydgard
1ef32d13ab
Custom implementations of isnan/isinf as it's just a mess portability-wise..
2013-04-13 21:49:03 +02:00
Henrik Rydgard
5d0dc146a7
Possible buildfix
2013-04-13 21:32:01 +02:00
Henrik Rydgard
a5839bd484
Disable fancy gamelist in Win32 build as it's not very usable with the mouse.
2013-04-13 21:26:18 +02:00
Henrik Rydgard
e3fb88de68
Background thread for icon loading, show in game list. Switch to GNU STL in Android port.
2013-04-13 21:24:07 +02:00
Henrik Rydgard
25711066df
Add prioritizedworkqueue, thread stuff, ui tweaks, small optimizations in file util
2013-04-13 21:22:03 +02:00
Henrik Rydgard
5828fe5728
Fix vertexdecoder RGB565 bug found by unknownbrackets, also remove FP use in RGBA5551
2013-04-13 19:45:17 +02:00
Sacha
adb39a66c9
Support 'app booster' on Harmattan. A method where apps are loaded in to existing Qt shells to speed startup time.
2013-04-14 03:04:19 +10:00
Sacha
bff1115f0c
Support Qt 'app boosters'. A technique where Qt apps are treated as shared objects and loaded in to an existing Qt app shell. This is used on Harmattan and Blackberry10.
2013-04-14 03:00:43 +10:00
Henrik Rydgård
0c6c2d6542
Merge pull request #1274 from unknownbrackets/atrac-minor
...
Set the buffer values in sceAtracSetHalfwayBuffer.
2013-04-13 09:42:38 -07:00
Henrik Rydgård
dfee77cfb4
Merge pull request #1273 from cinaera/spotSw
...
Fix SW spotlight
2013-04-13 09:41:49 -07:00
Unknown W. Brackets
e5c4894bce
Set the buffer values in sceAtracSetHalfwayBuffer.
...
We set them in the GetID() one, so ought to here as well.
2013-04-13 09:24:55 -07:00
BeaR
38231ca60a
Fix SW spotlight
2013-04-13 17:52:16 +02:00
Sacha
3657ee2094
Add a back button for Meego. Fix RAM tmp file.
2013-04-14 00:48:04 +10:00
Henrik Rydgård
2517be6cbf
Add more contributors to Credits scroll. Let me know if I missed anyone.
2013-04-13 15:23:52 +02:00
Henrik Rydgård
11a67b1b4e
Fix visual bugs from having ELFs (like cube) in the recent list
2013-04-13 15:06:18 +02:00
Henrik Rydgård
8f8f65c45d
Add height parameter to UIButton
2013-04-13 15:05:57 +02:00
raven02
0691871125
Suppress static noise from PCM output
2013-04-13 20:27:16 +08:00
Henrik Rydgård
3d0a4b0531
Merge pull request #1270 from oioitff/audio-patch
...
Implement pcm voices for SasAudio and fix tiny bugs for audio
2013-04-13 05:13:49 -07:00
oioitff
3ff492646b
Add simple mono support for sasaudio
2013-04-13 19:01:22 +08:00
oioitff
828b5a0be8
Implement pcm voices for sasaudio.
...
Tested with NPJH 50569: Ore no Imouto2.
2013-04-13 18:58:13 +08:00
oioitff
4bae30095b
Audio format should be set here.
2013-04-13 17:57:09 +08:00
Henrik Rydgård
d92dbf8f6d
Merge pull request #1268 from unknownbrackets/savestates
...
Bump savestate version, add better error checking
2013-04-13 02:09:12 -07:00
Henrik Rydgård
58f8b8c7a1
Merge pull request #1266 from unknownbrackets/armjit-minor
...
Updates to ArmEmitter from Dolphin
2013-04-13 02:08:09 -07:00
Henrik Rydgård
55d0f4f1a6
Merge pull request #1267 from unknownbrackets/sleep-fix
...
Fix sceKernelWakeupThread when called twice
2013-04-13 02:07:12 -07:00
Unknown W. Brackets
fe97fd6fc5
Add better savestate error handling.
...
Aborts when it can't load.
2013-04-13 01:39:17 -07:00
Unknown W. Brackets
117ffaeb60
Include the git version in savestates.
...
This way we can provide better warnings when it fails to load.
2013-04-13 01:13:28 -07:00
Unknown W. Brackets
b03b88b7ed
Fix small reporting typo.
2013-04-13 00:36:32 -07:00
Unknown W. Brackets
0ad9658eb2
Increment wakeupCount when a thread is pending.
...
It might've been woken up but just not run yet. That doesn't mean
it should not have wakeupCount incremented.
Fixes Tales of Eternia freezing before world map.
2013-04-13 00:35:24 -07:00
raven02
25ab9292e4
Improve sound smoothness on Android
2013-04-12 14:03:51 -07:00
Henrik Rydgård
d586d7ddd2
Merge pull request #1262 from unknownbrackets/dlist-cycles
...
Fix incorrect GPU timing with signal jumps
2013-04-12 11:28:18 -07:00
Sonicadvance1 and Unknown W. Brackets
cd9b49acfd
Updates to ArmEmitter from Dolphin.
2013-04-12 10:14:18 -07:00
raven02
da738957c2
Improve Analyze()/ GetNextSample() / GetSoundSample() / SetLoopNum() in sceAtrac
2013-04-13 00:49:22 +08:00
Unknown W. Brackets
e45bd32c61
Fix incorrect GPU timing with signal jumps.
2013-04-12 08:57:30 -07:00
Henrik Rydgård
7e657e8f78
Merge pull request #1261 from unknownbrackets/fbo-flicker
...
Fix FBO decimation in a cleaner way
2013-04-12 07:53:36 -07:00
Unknown W. Brackets
e7f0bf71bf
Don't go decimate happy on FBOs if a game reuses.
...
Some games, e.g. games that render at < 60fps, reuse FBOs.
This was making all three pointers the same, making us more likely
to decimate things when we ought not to.
2013-04-12 07:09:45 -07:00
Unknown W. Brackets
c4a6224506
Don't decimate FBOs if none were used.
...
Not sure why this is happening, but fixes #1260 .
2013-04-12 07:00:59 -07:00
Henrik Rydgård
bbb059f8c4
Merge pull request #1259 from raven02/patch-9
...
Add readSize > halfBufferSize for sceAtracSetHalfwayBufferAndGetID
2013-04-12 00:18:41 -07:00
raven02
746b866129
Add readSize > halfBufferSize for sceAtracSetHalfwayBufferAndGetID
2013-04-12 09:54:10 +08:00
Henrik Rydgard
21fcf7b984
Fix the 2XSSAA hack on startup
2013-04-11 21:05:32 +02:00
Sacha
e44a00dc8f
Harmattan: add app launcher, icon, fix fonts.
2013-04-12 04:02:29 +10:00
Sacha
4164e81de0
Update Readme. Update native. Don't use Qt file dialog on Harmattan (it isn't themed).
2013-04-12 02:58:58 +10:00