Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård 34562832f6 Merge pull request #1873 from oioitff/atrac-fix
Fix freeze issue for atrac3plus.
2013-05-20 13:14:10 -07:00
Henrik Rydgård 46bdb81f10 Merge pull request #1861 from aquanull/PSPSaveDialog
Psp save dialog
2013-05-20 11:48:36 -07:00
oioitff 69e1671a90 Bug fix when loading filter failed. 2013-05-21 02:03:36 +08:00
Henrik Rydgård da36a3bfa5 Merge pull request #1872 from unknownbrackets/elf-fix
Respect the entry size in ELF linking
2013-05-20 10:29:20 -07:00
Henrik Rydgård f298ee6b1a Merge pull request #1871 from unknownbrackets/fps-limit
Enable frameskip when fps limit is at turbo
2013-05-20 10:21:40 -07:00
oioitff c700f90503 Use filter directly without register. 2013-05-21 00:57:17 +08:00
oioitff 2fff5b143e Fix freeze issue for atrac3plus. 2013-05-21 00:02:52 +08:00
Unknown W. Brackets ed698692f7 Respect the entry size in ELF linking.
Hopefully fixes #1862.
2013-05-20 08:54:03 -07:00
aquanull c316bc9a33 Support more list focus settings. 2013-05-20 23:54:01 +08:00
aquanull dc25e6d223 Always pick up the saveID by latest file time instead of the previously used one.
This fixes SRWAP & SRWMXP.
2013-05-20 23:54:00 +08:00
aquanull ae486f8e02 Make the default choice in all save dialogs except for overwrite/delete confirmation be "Yes". 2013-05-20 23:53:59 +08:00
aquanull 3c486c5dc5 Swap positions of "Back" and "Enter" buttons in PSPSaveDialog. 2013-05-20 23:53:58 +08:00
Unknown W. Brackets a723d43e4f Enable frameskip when fps limit is at turbo. 2013-05-20 08:28:07 -07:00
Henrik Rydgård 9d12698e99 Merge pull request #1868 from unknownbrackets/key-fix
Switch back tab key behavior
2013-05-20 07:49:37 -07:00
Unknown W. Brackets f58d94ea9d Control dialog supports 16, don't customize tab. 2013-05-20 07:43:58 -07:00
Henrik Rydgård 10472cae66 Merge pull request #1867 from raven02/patch-25
Better positioning for load/save dialog
2013-05-20 07:28:43 -07:00
Henrik Rydgård 28908f993b Merge pull request #1870 from oioitff/atrac3plus
Remove an useless command in audioPlayer.
2013-05-20 07:18:26 -07:00
oioitff b28d72ed27 Remove an useless command in audioPlayer. 2013-05-20 22:16:40 +08:00
xsacha 130921825b Merge pull request #1869 from raven02/patch-26
Fix Gundam AGE Universe hang up at title screen
2013-05-20 07:00:11 -07:00
Sacha 7ff2af9aed Remove Playbook OS support. 2013-05-20 23:18:41 +10:00
Sacha a6dc54e678 Remove Playbook OS support.
Remove the #ifdef's for BB10.
Switch asound to OpenAL (which is included in BB10). Fixes some glitches with sound.
2013-05-20 22:43:18 +10:00
raven02 ace7f5bcb4 Fix Gundam AGE Universe hang up at title screen 2013-05-20 20:30:04 +08:00
raven02andJacky TSUI 08e108a1e3 Better positiong for Save dialog 2013-05-20 20:00:41 +08:00
Henrik Rydgård dd8b8579f3 Merge pull request #1866 from unknownbrackets/texcache
Fix texture caching when clut parameters change
2013-05-20 02:01:56 -07:00
Unknown W. Brackets 3a3a5f8683 Remove the Escape hack, it's an assignable key now. 2013-05-20 01:47:33 -07:00
Unknown W. Brackets 1968701dc5 Swap TAB back to turbo, and F3 to toggle. 2013-05-20 01:47:06 -07:00
Unknown W. Brackets 373561b90e Don't store clutformat in the texcache entry. 2013-05-20 01:00:14 -07:00
Unknown W. Brackets 3efe7ae24d Cache based on the full clutformat.
Not just 2 bits of it.  Oops.  Simpler this way.
2013-05-20 00:53:39 -07:00
Unknown W. Brackets 2076b00c9d Oops, fix sceVaudio typo breaking things. 2013-05-20 00:08:43 -07:00
Henrik Rydgård e93e25c1fe Merge pull request #1863 from unknownbrackets/report-server
Improvements to reporting, syscall name cleanup, sceKernelPrintf()
2013-05-19 23:52:40 -07:00
Henrik Rydgård f325af6170 Merge pull request #1865 from unknownbrackets/msg-dialog
Implement simple text wrapping for PPGe/MsgDialog
2013-05-19 23:50:22 -07:00
Unknown W. Brackets 6ac0149244 Wrap long words without punctuation correctly. 2013-05-19 23:36:23 -07:00
Unknown W. Brackets c82fd54d1c Implement simple text wrapping for PPGe/MsgDialog.
Probably not enough.  Maybe should apply other places.
2013-05-19 23:20:50 -07:00
Unknown W. Brackets 2d1acce701 Add reporting to module linking, something wrong. 2013-05-19 22:12:40 -07:00
Unknown W. Brackets b9c9706a88 Categorize some files based on their directory. 2013-05-19 22:12:40 -07:00
Unknown W. Brackets 50eb11c66f Log some additional things during reporting. 2013-05-19 22:12:39 -07:00
Unknown W. Brackets f93c92d409 Add some syscall names that match by sha. 2013-05-19 22:12:39 -07:00
Unknown W. Brackets cdacdee030 Match syscall names to nids ot be safe.
Don't want any more mistakes like the sceVaudio one.
2013-05-19 22:12:39 -07:00
Unknown W. Brackets 9b143fc789 Add some net-related syscall entries. 2013-05-19 22:12:38 -07:00
Unknown W. Brackets 86ce95a658 Add some syscall entries from reporting. 2013-05-19 22:12:38 -07:00
Unknown W. Brackets ded3fb5e12 Add reporting to a bunch of unimpl functions.
Also some comment/logging fixes along the way.
2013-05-19 22:12:37 -07:00
Unknown W. Brackets 85ca135667 Partially implement sceKernelPrintf().
For the common cases.
2013-05-19 17:32:17 -07:00
Henrik Rydgard 5877929fe5 Add Mersenne Twister random number generator. 2013-05-20 00:57:45 +02:00
Henrik Rydgard 5bcf145f88 Add Mersenne Twister random number generator 2013-05-20 00:54:49 +02:00
Henrik Rydgård 7bd7f0608d Merge pull request #1857 from unknownbrackets/audio-minor
Make sceVaudio actually work
2013-05-19 15:53:20 -07:00
Unknown W. Brackets 71b72b5eaf Correct some error codes and init in Vaudio.
This makes Velocity at least play sound, hurray.
2013-05-19 15:50:52 -07:00
Unknown W. Brackets d4f3137a2c Don't overlay Vaudio with multichannel.
It seems to share living space with Output2/SRC.
2013-05-19 15:46:24 -07:00
Unknown W. Brackets 8f81deae1c Correct sceVaudio NIDs.
May fix #1738.
2013-05-19 15:46:24 -07:00
Henrik Rydgard 29ab5e7801 Shader simplification: Flip skinning math around. Remove a temporary from the texcoord generation code. Update ffmpeg submodule pointer. 2013-05-20 00:16:29 +02:00
Henrik Rydgård 1b3079142b Merge pull request #1854 from unknownbrackets/audio-minor
Improve audio blocking and some sceAudio functions
2013-05-19 13:50:44 -07:00