Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgard 2221f221e3 Only create backing texture for DrawPixels when needed. 2013-06-05 23:03:23 +02:00
Henrik Rydgard 1c09548395 Default fpsLimit mode to standard (we forgot to zero it). Fixes #2100. 2013-06-05 22:43:07 +02:00
Henrik Rydgård ff6129dda3 Merge pull request #2096 from unknownbrackets/audio-minor
Resume threads when releasing a channel
2013-06-05 12:36:46 -07:00
Henrik Rydgard a3dd3b53c3 Implement a couple basic Psmf functions, unify some project settings, update native. 2013-06-05 21:24:14 +02:00
Henrik Rydgard c94767905a Add missing return true; 2013-06-05 21:23:33 +02:00
Unknown W. Brackets 61f2fc4d3b Return error to blocked audio threads on release. 2013-06-05 12:20:07 -07:00
Unknown W. Brackets a0b333865c Wake waiting threads on channel release. 2013-06-05 12:13:52 -07:00
Henrik Rydgard 2e7b971895 Check magic number to reject SFO files specifically from being loaded as modules. Should fix the strange Soul Calibur issue in issue #2063. 2013-06-05 19:59:16 +02:00
Sacha e007a299cf CMake and Meego buildfix. 2013-06-06 03:43:10 +10:00
Sacha 628005799f Meego Harmattan buildfix. 2013-06-06 03:40:45 +10:00
Henrik Rydgård 7574ebbe58 Merge pull request #2093 from xsacha/armjit-vfpu
Armjit: Improve ApplyPrefixD. Add VABD to emitter.
2013-06-05 10:30:02 -07:00
Sacha 5ba64b586a Qt buildfix. 2013-06-06 03:26:04 +10:00
Sacha 10c976b2af Armjit: Improve ApplyPrefixD. Add VABD to emitter. 2013-06-06 03:08:58 +10:00
Henrik Rydgård 1c1104538b Merge pull request #2092 from oioitff/audio-fix
Finally fix choppy cg audio, bgm, and even some missing bgm, voice, se.
2013-06-05 08:25:36 -07:00
oioitff c9845054e8 Fix choppy cg audio, bgm and even some
missing bgm, voice, se.
2013-06-05 22:52:05 +08:00
Henrik Rydgard 28eb21a0d1 More UI fixes 2013-06-05 16:48:16 +02:00
Henrik Rydgard a7f7410668 Merge branch 'master' into plugindownload 2013-06-05 16:13:55 +02:00
Henrik Rydgård 86c20e90d0 Merge pull request #2090 from oioitff/audio-fix
Channel volume should be done in __AudioEnqueue.
2013-06-05 02:51:24 -07:00
Henrik Rydgård 198d3c2528 Merge pull request #2089 from oioitff/mpeg-fix
Fix crash for invalid mpeg header.
2013-06-05 02:50:53 -07:00
Henrik Rydgård 417ccb576c Merge pull request #2088 from unknownbrackets/gpu-lighting
Multiply by the base color in ambient lighting.
2013-06-05 02:50:37 -07:00
Henrik Rydgård 9a1ca2172b Merge pull request #2086 from unknownbrackets/osk-fix
Fix OSK on Android, wchar_t is not always 16 bits
2013-06-05 02:49:45 -07:00
oioitff 489126fa3a Channel volume should be done in __AudioEnqueue.
Fix noise in 7th Dragon 2020.
2013-06-05 16:16:53 +08:00
oioitff 156c4ca78a Fix crash for invalid mpeg header. 2013-06-05 15:46:04 +08:00
Unknown W. Brackets d3e488400c Multiply by the base color in ambient lighting.
JPCSP seems to do it this way.  Fixes #1692, and makes it consistent with
specular and diffuse, which seems right.
2013-06-04 22:54:19 -07:00
Unknown W. Brackets fc51cf2e5e Fix OSK on Android, wchar_t is not always 16 bits.
Fixes #2073.
2013-06-04 22:39:42 -07:00
Sacha a26b48fc0b Stub wsbh/wsbw for x86. 2013-06-05 14:55:01 +10:00
Sacha 6712de1136 Armjit: Implement wsbh and wsbw (rev16 and rev). Fix encoding for rev16. 2013-06-05 11:32:44 +10:00
Henrik Rydgard 691771244f Hide the atrac3plusdecoder autoinstaller on platforms where it's not yet supported 2013-06-05 00:03:37 +02:00
Henrik Rydgard 394a6a0f5c Merge branch 'master' into plugindownload 2013-06-04 23:54:50 +02:00
Henrik Rydgard 5e28df26b2 Fixes and cleanup 2013-06-04 23:54:37 +02:00
Henrik Rydgard 04f6a35031 More logging, making things slightly more robust somehow (fixed a hang issue without knowing what actually fixed it..) 2013-06-04 23:53:41 +02:00
Henrik Rydgard 74638ef4ae More autodownload UI work etc 2013-06-04 22:32:52 +02:00
Henrik Rydgard a509d38357 UI, http with gzip, etc. 2013-06-04 22:32:04 +02:00
Henrik Rydgard 3b9750ee49 Fix a race condition in downloader, some ui style stuff 2013-06-04 22:32:04 +02:00
Henrik Rydgard 2f56f4b050 Upgrade the bundled zlib 2013-06-04 21:43:54 +02:00
Henrik Rydgård 7298e791fa Merge pull request #2082 from oioitff/mpeg-fix
Add ffmpeg logs for MediaEngine in debug mode
2013-06-04 10:10:18 -07:00
oioitff a3788162c5 Add ffmpeg logs for MediaEngine in debug mode 2013-06-05 00:27:22 +08:00
Henrik Rydgård db7d20dbe2 Merge pull request #2081 from oioitff/mpeg-fix
More improvement for mpeg pts.
2013-06-04 08:19:25 -07:00
oioitff c913f92427 More improvement for mpeg pts.
The mpeglastTimeStamp is probably wrong in some videos. So a video is
end only if there is no more data for decoding.
2013-06-04 23:03:09 +08:00
Sacha 71fce0fe12 Update native. Buildfix. 2013-06-04 22:54:30 +10:00
Sacha a4e9197fb4 Buildfix for Blackberry and Meego.
Disable external display for Blackberry devices with 16:9 aspect ratio and no keyboard.
Cleanup BlackberryMain.
2013-06-04 22:50:22 +10:00
Henrik Rydgård e1fe08dc25 Merge pull request #2070 from thedax/sceNetStubs
Implement multiple stubs for sceNet*
2013-06-04 03:01:35 -07:00
The Dax fadea64ebf Fix sceNetEtherNtostr. 2013-06-04 01:53:32 -04:00
Henrik Rydgård 4f392d74c7 Merge pull request #2068 from raven02/patch-3
Re-enable atrac3+ mono audio
2013-06-03 22:42:24 -07:00
Henrik Rydgård c9d7a1e4a4 Merge pull request #2071 from doggydogworld/master
Fixed a crash point in the memory viewer (if the symbol map doesn't find the value).
2013-06-03 22:42:10 -07:00
Jeff Chien f8d7ded2eb Fixed a crash point in the memory viewer (if the symbol map doesn't find
the value).
2013-06-03 21:56:38 -07:00
The Dax 50dc015d44 Remove useless dependency in FunctionWrappers.h. 2013-06-04 00:41:50 -04:00
Sacha f9e9ed6e27 Update BlackberryMain.
Now can push game output to external display and render at external display native resolution. Very useful for Q5/Q10 owners. Maybe not so good for Z10 right now as controls are not shown on device.
Known issue: HDMI only works if it was plugged in when the application started. Hotplugging still has issues.
2013-06-04 14:40:10 +10:00
The Dax b02dbe3f5f Add a multitude of sceNet* stubs.
I tried this in an attempt to fix the Peace Walker hangs, but it didn't seem to help, so it must be related to something else.
2013-06-04 00:39:03 -04:00
raven02 8efff9ab90 Re-enable atrac3+ mono audio 2013-06-04 11:16:55 +08:00