Sacha
|
72fd653a31
|
sceAudio: ARM optimisation.
|
2013-10-29 00:16:37 +10:00 |
|
Sacha
|
d616cc72a2
|
Add Blackberry statistics overlay option.
|
2013-10-28 14:19:27 +10:00 |
|
Sacha
|
ecfe43c149
|
CityHash is not used anymore, so we won't compile it.
|
2013-10-28 03:26:00 +10:00 |
|
Sacha
|
9fcb08a326
|
Use swap code from native instead. Remove all other versions of it.
|
2013-10-28 03:07:32 +10:00 |
|
Henrik Rydgård
|
ea05c934d8
|
Merge pull request #4320 from raven02/patch-3
Apply offset by 1px for our provided fonts
|
2013-10-27 00:58:17 -07:00 |
|
Henrik Rydgård
|
2132668af8
|
Merge pull request #4330 from unknownbrackets/volume-fix
Respect the bgm vol setting for at3, mp3, video
|
2013-10-27 00:55:25 -07:00 |
|
Unknown W. Brackets
|
ad8c4af936
|
Respect the bgm vol setting for at3, mp3, video.
|
2013-10-26 19:33:25 -07:00 |
|
raven02
|
92042e6b55
|
Apply offset by 1px to our provided PSP fonts
|
2013-10-27 10:02:13 +08:00 |
|
Unknown W. Brackets
|
81823d0d74
|
Fix a small type comparison warning.
|
2013-10-26 18:52:56 -07:00 |
|
Unknown W. Brackets
|
95c68ae1e7
|
Assert some unlikely buffer overflows.
|
2013-10-26 18:30:55 -07:00 |
|
Sacha
|
4c52346063
|
Use Blackberry/UNIX time functions instead of fallbacks.
|
2013-10-25 21:52:50 +10:00 |
|
Unknown W. Brackets
|
0b64c5e014
|
Savestate and shutdown sceMp3 properly.
It wasn't even being saved before.
|
2013-10-24 20:07:07 -07:00 |
|
Unknown W. Brackets
|
100c188df6
|
Fix savestate backwards compat.
Broken since 80702109f5.
|
2013-10-24 20:01:14 -07:00 |
|
Unknown W. Brackets
|
453628946f
|
Free mp3 contexts more carefully.
|
2013-10-24 19:18:36 -07:00 |
|
Unknown W. Brackets
|
9eda1fc578
|
Remove code to use last mp3 handle on error.
It was copied from mpeg, where it was added for safety, and it shouldn't
be hit anyway.
|
2013-10-24 19:07:24 -07:00 |
|
Henrik Rydgård
|
badf33a872
|
Merge pull request #4286 from unknownbrackets/vtimers
Fix a bunch of issues in vtimers
|
2013-10-24 11:32:13 -07:00 |
|
Unknown W. Brackets
|
4803dfdce1
|
Use CoreTiming::GetGlobalTimeUs() for vtimers.
|
2013-10-24 01:10:46 -07:00 |
|
Unknown W. Brackets
|
9c874c754e
|
Use the us based time for rtc/etc.
Instead of incorrect conversions from ticks based on current mhz.
|
2013-10-24 01:10:09 -07:00 |
|
Henrik Rydgard
|
a790c0a723
|
SasAudio: Add some comments about reverb, and add the reverb type list
|
2013-10-23 22:59:42 +02:00 |
|
Unknown W. Brackets
|
05f2f53358
|
The vtimer return value is treated as u32.
|
2013-10-22 22:50:52 -07:00 |
|
Henrik Rydgard
|
1595ac3386
|
Log spam reduction - only WARN about non-zero bad handles, and sceAtracSetLoopNum gets demoted to DEBUG.
|
2013-10-22 19:56:05 +02:00 |
|
Unknown W. Brackets
|
580d4436a3
|
Fix vtimer uid param type, add algorithm include.
|
2013-10-22 07:46:33 -07:00 |
|
Unknown W. Brackets
|
47714d4b82
|
Don't change the vtimer schedule with no handler.
|
2013-10-22 07:45:53 -07:00 |
|
Unknown W. Brackets
|
0a373b08b7
|
Return better vtimer errors within interrupts.
|
2013-10-22 07:45:53 -07:00 |
|
Unknown W. Brackets
|
b7fd768ecc
|
Correct vtimer scheduling.
|
2013-10-22 07:45:52 -07:00 |
|
Unknown W. Brackets
|
a47c88d658
|
Run missed handlers when setting vtimer time.
|
2013-10-22 07:45:52 -07:00 |
|
Unknown W. Brackets
|
856e3b7071
|
Fix error code on start vtimer with current.
|
2013-10-22 07:45:51 -07:00 |
|
Unknown W. Brackets
|
4a444776ab
|
Sign extend sceKernelUSec2SysClock().
Wow, I guess this has been broken forever.
|
2013-10-22 07:45:51 -07:00 |
|
Unknown W. Brackets
|
002aed1080
|
Update current and limit bytes in vtimer refer.
|
2013-10-22 07:45:50 -07:00 |
|
Unknown W. Brackets
|
ea507388ea
|
Return a special error for the running vtimer.
Also, ues 0 when none is running. This explains the different error code.
|
2013-10-22 07:45:50 -07:00 |
|
Unknown W. Brackets
|
9bd988e376
|
Fix doubling of current on vtimer stop.
|
2013-10-22 07:45:49 -07:00 |
|
Unknown W. Brackets
|
167699ac9e
|
Correct sceKernelGetVTimer*Wide() error value.
|
2013-10-22 07:45:49 -07:00 |
|
Unknown W. Brackets
|
67cd13702e
|
Correct sceKernelSetVTimerTime*().
|
2013-10-22 07:45:48 -07:00 |
|
Unknown W. Brackets
|
29d7d00b08
|
sceKernelCancelVTimerHandler() resets handler only.
|
2013-10-22 07:45:48 -07:00 |
|
Unknown W. Brackets
|
c9755d7886
|
Correct errors from sceKernelCancelVTimerHandler().
|
2013-10-22 07:45:47 -07:00 |
|
Unknown W. Brackets
|
7edebd1c2f
|
Put vtimer args on the stack, skip allocation.
This is roughly where they are on the PSP based on tests, and it avoids
having to manage memory or etc.
|
2013-10-22 07:45:47 -07:00 |
|
Henrik Rydgård
|
7fd6a7e06b
|
Merge pull request #4288 from sum2012/log
Fix Naruto Shippuden Kizuna Drive (error module load failed)
|
2013-10-22 06:27:12 -07:00 |
|
Henrik Rydgard
|
614ec822e8
|
Let's only bother with symbol loading on the desktop.
|
2013-10-22 15:14:47 +02:00 |
|
sum2012
|
94694ded55
|
Add error log of SCE_KERNEL_ERROR_LIBRARY_NOTFOUND in sceUtilityLoadModule
|
2013-10-22 21:08:36 +08:00 |
|
sum2012
|
e130ec64a7
|
Fix DmacMemcpy and sceDmacTryMemcpy by @unknownbrackets
Fix Ikki Tousen - Eloquent Fist crash
|
2013-10-22 20:57:07 +08:00 |
|
sum2012
|
ab9f39851a
|
correct last time commit
seem this should right
|
2013-10-22 20:29:25 +08:00 |
|
sum2012
|
940d819d00
|
Increase sceUtilityUnloadModule log level
|
2013-10-22 20:15:32 +08:00 |
|
Henrik Rydgard
|
de39a81dce
|
sceAtrac: Force mono when needed. (see #4248)
|
2013-10-22 11:01:46 +02:00 |
|
Henrik Rydgard
|
3d5a85f1a7
|
Restore accidental change to sceAtracGetInternalInfo, minor indentation reduction, demote a log message
|
2013-10-22 10:53:48 +02:00 |
|
Henrik Rydgard
|
bf89c01215
|
When atrac3+ decoding fails, stop decoding silently-ish instead of decoding garbage, spamming the log
|
2013-10-21 23:10:30 +02:00 |
|
Henrik Rydgard
|
f7feefcb03
|
Cleanup: Remove a check that will never be true
|
2013-10-21 23:02:37 +02:00 |
|
Henrik Rydgård
|
8556eaf59d
|
sceAtrac: Report occurences of multiple packets in one. Update native
with minor UI fix.
|
2013-10-21 11:19:13 +02:00 |
|
sum2012
|
fc3d3c9a78
|
fix maxim-at3plus crash
Thanks @unknownbrackets
https://github.com/hrydgard/ppsspp/issues/4248
Digimon Adventure Voice probrem can be fixed later
|
2013-10-20 20:57:24 +08:00 |
|
Henrik Rydgard
|
f5a63d7d41
|
Better fix for the UINT_64 define issue on android
|
2013-10-20 13:52:31 +02:00 |
|
Unknown W. Brackets
|
edf3faf251
|
Clear the audio buffer on game reset.
Avoids blips.
|
2013-10-19 15:11:06 -07:00 |
|