Commit Graph
45601 Commits
Author SHA1 Message Date
Unknown W. Brackets 5223ee3d1b Move the font clut opt check to clut load.
And remove the report for mipmap sharing, seems to work...
2013-05-12 09:26:17 -07:00
Unknown W. Brackets 901a7b804e Implement mipmap clut sharing/not sharing.
It was kinda already there, probably from JPCSP.  Not well tested,
but this is what JPCSP does and it makes sense.
2013-05-12 09:04:50 -07:00
Henrik Rydgård 7d561eb520 Merge pull request #1779 from oioitff/atrac-fix
Finally got how sceAtracAddStreamData should work.
2013-05-12 06:28:23 -07:00
oioitff 64680a2c68 Revert changes for remainFrame in #1776. 2013-05-12 21:27:41 +08:00
Henrik Rydgard 9ea0f60514 Ugly android buildfix 2013-05-12 15:24:52 +02:00
oioitff 066a2e2182 Add some comments for sceAtrac 2013-05-12 21:14:41 +08:00
Henrik Rydgard 69b6a9fb2a Update ffmpeg 2013-05-12 14:51:04 +02:00
oioitff 7b8fb33ebc Improve sceAtracAddStreamData. 2013-05-12 20:04:50 +08:00
Henrik Rydgård fa069c13e6 Merge pull request #1776 from raven02/patch-11
Improved few sceAtrac functions
2013-05-12 04:39:36 -07:00
Henrik Rydgård e10c62c1b2 Merge pull request #1767 from unknownbrackets/texcache
Load cluts when told to, improve texhash func a bit
2013-05-12 03:34:04 -07:00
raven02 d822be8ac9 Bitrate calculation based on uofw implementation. 2013-05-12 17:00:21 +08:00
Unknown W. Brackets 7e23299c36 Immediately load the clut on LOADCLUT. 2013-05-12 01:56:26 -07:00
Unknown W. Brackets 518394cca8 Allow the full features string to be logged. 2013-05-12 01:56:25 -07:00
Unknown W. Brackets 4c43da9c23 Only apply the clut offset when using the clut.
This may fix games that use the clut offset having wrong colors.
2013-05-12 01:56:25 -07:00
Unknown W. Brackets 5a81bfd1fb Don't invalidate textures based on the clutaddr.
The cluthash should be sufficient, and this is less to pass around.
2013-05-12 01:56:25 -07:00
Unknown W. Brackets 7dd0d242e2 Load the clut only using LOADCLUT, not every tex.
This is a small optimization, and should match PSP behavior better.
It also allows us to hash the clut and convert colors less often.
2013-05-12 01:56:24 -07:00
Unknown W. Brackets 342ae6c322 Reuse the fullhash when it triggers a reload.
Instead of hashing it again a few microseconds later...
2013-05-12 01:56:24 -07:00
Unknown W. Brackets 724495cbb3 Mix add and xor in the texcache for better results. 2013-05-12 01:56:23 -07:00
Henrik Rydgård dd1077d9cd Merge pull request #1772 from unknownbrackets/savedata
Improve automatic save/load based on tests
2013-05-12 01:17:03 -07:00
Henrik Rydgård f01a9d4bbf Merge pull request #1768 from raven02/patch-9
Restore volume shift to 15
2013-05-12 01:15:10 -07:00
Unknown W. Brackets 27572e3a36 Default to saveName for AUTO LOAD/SAVE modes.
Maybe should for others, but at least these for sure.

Fixes #1017.
2013-05-11 21:01:20 -07:00
Unknown W. Brackets 1ffb0755b1 Move some things around and simplify. 2013-05-11 20:31:40 -07:00
Unknown W. Brackets 203abe6f7f In TYPE_SAVE/TYPE_LOAD, show a confirmation.
AUTOSAVE/AUTOLOAD don't, SAVE/LOAD do.
2013-05-11 19:10:01 -07:00
raven02 c1bb421a26 Restore volume shift to 15 2013-05-12 09:03:43 +08:00
Henrik Rydgård c13a101901 Merge pull request #1765 from unknownbrackets/perf
Eat cycles in sceKernelReferThreadStatus()
2013-05-11 14:31:42 -07:00
Henrik Rydgård 3fa09a380e Merge pull request #1763 from unknownbrackets/gpu-minor
Improve GE disasm for a few commands
2013-05-11 14:22:47 -07:00
Henrik Rydgård 5b109daa8d Merge pull request #1759 from CrazyMax/master
add D-Pad diagonals handle for DirectInput
2013-05-11 14:21:48 -07:00
Henrik Rydgård 7512607758 Merge pull request #1764 from unknownbrackets/thread-funcs
Scheduling fix and test update
2013-05-11 14:21:04 -07:00
Unknown W. Brackets 16fe2c9691 Eat cycles in sceKernelReferThreadStatus().
Improves .hack//Link (demo)'s perf significantly, doesn't hurt anyone
else.
2013-05-11 12:25:55 -07:00
Unknown W. Brackets c77643bac4 Update tests. 2013-05-11 11:54:43 -07:00
Unknown W. Brackets 5318e97a2e Threads starting better threads should stay at top.
This wasn't correct, I think I must've added it because something else
should've been rescheduling.
2013-05-11 11:28:37 -07:00
Unknown W. Brackets 347bccf9bc Fix bone matrix number disasm. 2013-05-11 10:31:04 -07:00
Unknown W. Brackets a22934885d Improve GE disasm for a few commands. 2013-05-11 10:16:56 -07:00
CrazyMax 960d1f9be9 add D-Pad diagonals for DirectInput; 2013-05-11 17:45:09 +03:00
Steven Cherry ddf8b26c87 Fixed Config saving
Fps limit now saves in configuration. It can also be edited there to
allow for any value of fps.
2013-05-11 09:03:33 -05:00
Henrik Rydgård 1b45afa797 Merge pull request #1756 from unknownbrackets/gpu-minor
Add reporting for alphatest mask
2013-05-11 03:54:59 -07:00
Unknown W. Brackets 84ab8aa79b Add reporting for alphatest mask.
Actually, maybe it being 0x00 could be advantageous...
2013-05-11 01:19:46 -07:00
Henrik Rydgård d1eca34d05 Merge pull request #1745 from oioitff/atrac-fix
Improve sceAtracAddStreamData
2013-05-11 00:56:28 -07:00
Henrik Rydgård a5c9ad9f99 Merge pull request #1753 from unknownbrackets/font-fix
Correctly call alloc/free font callbacks
2013-05-11 00:56:11 -07:00
Henrik Rydgård 6546306b6b Merge pull request #1751 from oioitff/audio-fix2
Implement volume control for _sceSasCoreWithMix.
2013-05-11 00:53:56 -07:00
Unknown W. Brackets 7dade9416c Correctly call alloc/free font callbacks. 2013-05-10 22:06:50 -07:00
Henrik Rydgård 90248d9447 Merge pull request #1748 from raven02/patch-6
Add log for atrac3+ audio
2013-05-10 14:19:47 -07:00
Henrik Rydgård 44b206cf27 Merge pull request #1747 from xsacha/master
Add FFMPEG support to Blackberry10
2013-05-10 14:19:15 -07:00
Henrik Rydgård d9ca118225 Merge pull request #1750 from oioitff/audio-fix
Fix sound noise for PC.
2013-05-10 14:18:40 -07:00
oioitff 8d10724b64 Implement volume control for _sceSasCoreWithMix.
Tested with Fate Unlimited Code.
2013-05-11 04:30:02 +08:00
oioitff a99d86d43f Fix sound noise for PC. 2013-05-11 03:36:28 +08:00
raven02 be4f1a00b6 Show the log in yellow color 2013-05-10 23:47:05 +08:00
raven02 7ae62fc0d6 Add INFO_LOG for atrac3+ audio 2013-05-10 23:42:10 +08:00
Sacha 7ee84eb811 Add FFMPEG support to Blackberry10 2013-05-11 00:55:00 +10:00
oioitff b1ec715d2f sceAtracAddStreamData is only available after
sceAtracGetStreamDataInfo called.
2013-05-10 19:56:53 +08:00