Commit Graph

11777 Commits

Author SHA1 Message Date
The Dax
427970750b Remove redundant break in MIPSAsm.cpp. 2014-01-30 01:48:32 -05:00
Henrik Rydgård
432a43f423 Merge pull request #5271 from sum2012/patch-4
Add sceMpegRingbufferQueryMemSize and sceMpegQueryMemSize log information
2014-01-29 14:41:52 -08:00
sum2012
600ef9b132 Add sceMpegRingbufferQueryMemSize and sceMpegQueryMemSize log information 2014-01-30 06:03:10 +08:00
Henrik Rydgård
60e44c40b6 Merge pull request #5245 from raven02/patch-8
Saving the current frame's status to initAddr
2014-01-29 01:56:14 -08:00
Henrik Rydgård
3a8f5b6ff2 Merge pull request #5268 from unknownbrackets/intr-fix
Reschedule instead of switching to delayed threads
2014-01-29 01:55:47 -08:00
Unknown W. Brackets
c9b037815f Reschedule instead of switching to delayed threads.
This will hopefully take care of #5263, and might fix other issues too.
If a thread goes into a wait, it may reschedule right into an interrupt.

In this case, it would've been switched back to, and woken up early.
2014-01-28 22:10:28 -08:00
Henrik Rydgård
3249a9abf7 Merge pull request #5262 from unknownbrackets/qt-fix
Update Qt symbol map usage
2014-01-28 07:50:21 -08:00
Unknown W. Brackets
0314198ebd Update Qt symbol map usage.
Should fix #5256, not well tested.
2014-01-28 07:43:03 -08:00
raven02
ee8b062687 Save the current frame's status to initAddr 2014-01-28 23:36:29 +08:00
Henrik Rydgård
fb68e1f6a0 Merge pull request #5257 from raven02/patch-9
Wrap few more sceMpeg() functions
2014-01-28 06:47:48 -08:00
raven02
e40c19a22a Add and wrap 3 new functions 2014-01-28 22:03:11 +08:00
raven02
3cf8437f24 Wrap few more sceMpeg() functions 2014-01-28 21:56:49 +08:00
Henrik Rydgård
d2bb9cd589 Merge pull request #5255 from sum2012/Patch-3
Correct scePsmfPlayerBreak psmfplayer's status
2014-01-28 04:00:49 -08:00
sum2012
d37100b30a Correct scePsmfPlayerBreak psmfplayer status
Fix everybody stress buster
2014-01-28 19:13:59 +08:00
Henrik Rydgård
2b05a60d9d Clear out the jit pointer on shutdown. Some cleanup. 2014-01-28 11:32:54 +01:00
Henrik Rydgård
27a863a02e Merge pull request #5251 from thedax/crashFix
All platforms: Fix a crash where enabling Debug Statistics before entering a game, then disabling it after exiting a game causes the JIT to try to clear cache, when it's pointless
2014-01-28 01:40:20 -08:00
Henrik Rydgård
2c4ca13671 Merge pull request #5253 from unknownbrackets/struct-align
Clean up alarm struct alignment, don't set pad to anything
2014-01-28 01:39:20 -08:00
Henrik Rydgård
4811d7796a Merge pull request #5252 from sum2012/PATCH-1
Reduce sceKernelGetSystemTime log level
2014-01-28 01:39:09 -08:00
Henrik Rydgård
60d4984704 Merge pull request #5254 from sum2012/patch-2
Update scePsmfPlayerGetAudioOutSize log
2014-01-28 01:38:44 -08:00
sum2012
3af056f459 Update scePsmfPlayerGetAudioOutSize log 2014-01-28 17:02:38 +08:00
Unknown W. Brackets
ba55315670 Add manual padding to NativeAlarm for alarm status.
Seems to matter on iOS.
2014-01-28 00:37:59 -08:00
Unknown W. Brackets
2bdaf090e1 Don't set the file list entry pad to anything.
Per tests on a PSP.
2014-01-28 00:37:13 -08:00
sum2012
40fffd7d49 Reduce sceKernelGetSystemTime log level
spam in Pacman World 3
2014-01-28 12:38:14 +08:00
The Dax
87c2201873 Don't crash when enable debug stats is enabled in a game, then turned off after exiting a game. 2014-01-27 23:34:02 -05:00
Henrik Rydgård
c0d3d9c2d3 Merge pull request #5248 from sky-zer/savedata-fix
SceUtilitySavedataFileListEntry correction
2014-01-27 14:47:22 -08:00
sky-zer
2ba30e3f97 SceUtilitySavedataFileListEntry correction. 2014-01-28 00:24:56 +04:00
Henrik Rydgård
1268bbd489 Merge pull request #5247 from unknownbrackets/callbacks
Work around a callback issue and a strange debug-only crash
2014-01-27 08:03:25 -08:00
Unknown W. Brackets
8a20b28bb6 Workaround a strange zlib crash in debug mode only. 2014-01-27 07:50:45 -08:00
Unknown W. Brackets
21cdcb5c0d Force rescheduling within a callback.
Seems to fix #4914.  We already have a larger bug for callbacks.
2014-01-27 07:38:53 -08:00
Henrik Rydgård
2d480e2efb Merge pull request #5246 from sky-zer/MFi_fix
Buildfix for iOS SDK < 7
2014-01-27 07:36:55 -08:00
Henrik Rydgård
269a8d413a Make a few of the Aac functions reporting. 2014-01-27 16:35:47 +01:00
sky-zer
e3f1fbb922 not need 2014-01-27 19:24:22 +04:00
sky-zer
789cb88797 Buildfix for iOS SDK < 7. Correct controller reconnection handling. 2014-01-27 18:32:19 +04:00
Henrik Rydgård
4d6be60d93 Merge pull request #5244 from raven02/patch-7
Wrap sceAac()
2014-01-27 05:08:43 -08:00
Henrik Rydgård
169844cc8c MediaEngine/atrac: Initialize some variables, remove use of some deprecated functions 2014-01-27 14:08:05 +01:00
raven02
8fa51c19d1 Wrap sceAac() 2014-01-27 21:02:15 +08:00
Henrik Rydgård
a8eb92f395 Merge pull request #5237 from raven02/patch-6
Return without delay if voicesPlayingCount is zero
2014-01-27 04:16:48 -08:00
raven02
8e8329abec Fix audio gitches 2014-01-27 19:32:35 +08:00
raven02
f381bfd0b4 Update comment 2014-01-27 17:22:01 +08:00
Henrik Rydgård
f7f9b3b8f7 Merge pull request #5239 from unknownbrackets/io-thread-fix
Fix glitch when a file is closed while its io thread operation is pending
2014-01-27 01:04:51 -08:00
Henrik Rydgård
671bf319e8 Merge pull request #5238 from unknownbrackets/callbacks
Add reporting for callback injection
2014-01-27 01:04:20 -08:00
Henrik Rydgård
1f363d8af3 Merge pull request #5240 from unknownbrackets/texcache
Correct CheckAlpha() for un-rearranged textures
2014-01-27 01:03:46 -08:00
Henrik Rydgård
d055954a83 Merge pull request #5241 from DanyalZia/patch-50
Properly show OSD information of resolution
2014-01-27 01:01:13 -08:00
DanyalZia
afc36d557e Properly show OSD information of resolution 2014-01-27 11:46:09 +05:00
Unknown W. Brackets
b626daca59 Correct CheckAlpha() for un-rearranged textures.
Fixes #4403.  It was just not seeing the alpha when a texture had a large
bufw and a small w, and transparent only near the bottom - as in FF1's case.
2014-01-26 19:39:34 -08:00
Unknown W. Brackets
10f52fa2b0 Just in case, also clear results on shutdown. 2014-01-26 19:10:20 -08:00
Unknown W. Brackets
0ca769721a Log more information about duplicate io operations. 2014-01-26 19:05:07 -08:00
Unknown W. Brackets
c03326eed4 Discard any pending result when closing a file. 2014-01-26 18:49:34 -08:00
Unknown W. Brackets
cb4e72058a Report usage if callback "injection."
These are generally giving incorrect results, but it will help to know
what games are triggering it.
2014-01-26 18:41:42 -08:00
raven02
75a49129a6 Return without delay if voicesPlayingCount is zero 2014-01-27 10:07:56 +08:00