sum2012
|
b8d82e0a92
|
Correct Memory check in sysclib_memset
|
2014-05-18 04:23:10 +08:00 |
|
sum2012
|
bc36555f24
|
sysclib_memset change to WrapU_UII
|
2014-05-18 04:20:48 +08:00 |
|
sum2012
|
21c301962b
|
Add some kernal module
Find in bugz Homebrew
|
2014-05-17 23:06:01 +08:00 |
|
Unknown W. Brackets
|
2ad06d777b
|
Eat cycles and resched in sceGeContinue().
Fixes the gpu/ge/queue test.
|
2014-05-15 22:45:09 -07:00 |
|
Unknown W. Brackets
|
f7424c6671
|
Validate the psmf address in scePsmfSetPsmf().
Just to prevent crashes, don't think it's happening anyway.
|
2014-05-15 01:11:50 -07:00 |
|
Unknown W. Brackets
|
a5e374fc57
|
Only warn when getting pts without any frame yet.
|
2014-05-15 00:30:06 -07:00 |
|
Unknown W. Brackets
|
a429e5f8d6
|
Defer psmf seeking to Update() calls, use epmap.
This improves performance significantly.
|
2014-05-15 00:14:27 -07:00 |
|
Unknown W. Brackets
|
b0ebcfd087
|
Allow creating a Psmf from non-PSP RAM.
This way we can reuse the epmap reading code, etc.
|
2014-05-15 00:10:01 -07:00 |
|
sum2012
|
4ae98826e1
|
Increase sceUtilityLoad(unload) AvModule
I want do more research of #5993
|
2014-05-14 15:32:15 +08:00 |
|
Unknown W. Brackets
|
8404a52ab9
|
Fix typo in scePsmfPlayerStart() rewind.
|
2014-05-12 07:33:00 -07:00 |
|
Unknown W. Brackets
|
578e4e049b
|
When psmfplayer video is behind audio, skip frames.
This is what the PSP does. Basically the audio pts drives sync.
|
2014-05-11 21:51:28 -07:00 |
|
Unknown W. Brackets
|
3205964204
|
Validate and support stream params in psmfplayer.
|
2014-05-11 14:23:14 -07:00 |
|
Unknown W. Brackets
|
66a480ba95
|
scePsmfPlayerStart() can also rewind.
|
2014-05-11 14:23:13 -07:00 |
|
Unknown W. Brackets
|
9c0bc32f52
|
Add support for initPts in scePsmfPlayerStart().
It won't be super speedy though, could more ideally do it on the calls to
Update()...
|
2014-05-11 14:23:13 -07:00 |
|
Unknown W. Brackets
|
5a04fc23a3
|
Improve error handling in scePsmfPlayerStart().
|
2014-05-11 14:23:12 -07:00 |
|
Henrik Rydgård
|
c0e13bf38d
|
Merge pull request #5888 from raven02/patch-5
Delay thread for sceMp3Decode()
|
2014-05-08 16:14:01 +02:00 |
|
Henrik Rydgård
|
155dcee5a6
|
Merge pull request #5975 from raven02/patch-32
Audio : add low/medium/high audio latency mode
|
2014-05-08 11:00:01 +02:00 |
|
Henrik Rydgård
|
55f9e8619d
|
Merge pull request #5968 from sum2012/sceUtility
Avoid duplicate logging in sceUtility*GetStatus
|
2014-05-08 10:54:05 +02:00 |
|
Henrik Rydgard
|
89fbe8f761
|
Reduce some logspam
|
2014-05-08 10:40:58 +02:00 |
|
Henrik Rydgård
|
dd10207666
|
Merge pull request #5983 from raven02/patch-34
Fixes #5779 with new PSPScreenShotDialog class
|
2014-05-04 23:56:28 +02:00 |
|
Unknown W. Brackets
|
61320ff70f
|
Respect dstSize and truncate in ccc string conv.
All of these funcs were not null terminating, oops. And they were also
ignoring dstSize, so if the game specified one it would overflow.
|
2014-05-03 13:22:45 -07:00 |
|
raven02
|
8ed82f3d25
|
Fixes #5779 with new PSPScreenShotDiag class
|
2014-04-30 19:28:05 +08:00 |
|
Unknown W. Brackets
|
4d665b5e7a
|
Fix replacement funcs in the interpreter.
|
2014-04-28 08:01:13 -07:00 |
|
Henrik Rydgård
|
c625ee169f
|
Merge pull request #5970 from raven02/patch-28
Stub SysMemUserForUser_ACBD88CA/945E45DA
|
2014-04-28 09:47:21 +02:00 |
|
raven02
|
9806b46586
|
Fix space issues
|
2014-04-28 15:30:32 +08:00 |
|
Henrik Rydgård
|
30bf519e2c
|
Merge pull request #5973 from raven02/patch-30
Move POWER_VMEM_IN_USE to sceKernel.h
|
2014-04-28 09:22:02 +02:00 |
|
Henrik Rydgård
|
7fd84046a4
|
Merge pull request #5977 from unknownbrackets/psmfplayer
Fix video flicker, add memchecks and detect no audio better
|
2014-04-28 09:21:46 +02:00 |
|
Henrik Rydgård
|
56018fb057
|
Merge pull request #5979 from unknownbrackets/multithread
Fix deadlock in multithreading
|
2014-04-28 09:13:53 +02:00 |
|
Unknown W. Brackets
|
ed6ea61283
|
Fix deadlock in multithreading.
Fixes #5971.
|
2014-04-27 15:52:36 -07:00 |
|
Unknown W. Brackets
|
27fbf4c90e
|
Don't return video/audio the first couple frames.
Fixes issues where games don't expect audio to be written to the display
buffer for the first couple games. Reported to fix #5416.
|
2014-04-27 13:02:03 -07:00 |
|
Unknown W. Brackets
|
f9a81c8691
|
Allow smaller psmfplayer buffer sizes.
Some libpsmfplayer.prx libraries allow smaller.
|
2014-04-27 10:25:51 -07:00 |
|
Unknown W. Brackets
|
647d6c0960
|
Invalidate when writing video image.
It is required to update the framebuffer, of course. Fixes Dead or Alive
video flicker.
|
2014-04-27 08:23:42 -07:00 |
|
raven02
|
e9815052f1
|
Stub SysMemUserForUser_ACBD88CA/945E45DA
|
2014-04-27 23:20:18 +08:00 |
|
raven02
|
eda3d48d53
|
Switch to low/medium/high audio latency mode
|
2014-04-27 22:11:26 +08:00 |
|
raven02
|
21e4dc60eb
|
Move POWER_VMEM_IN_USE to sceKernel.h
|
2014-04-27 20:50:11 +08:00 |
|
Henrik Rydgård
|
4eb7991530
|
Merge pull request #5926 from raven02/patch-15
sceAtrac: set buffer size when game ask for remain frames
|
2014-04-27 12:29:48 +02:00 |
|
raven02
|
80cff2dca4
|
Workaround scePauth_F7AA47F6()
|
2014-04-27 17:26:40 +08:00 |
|
sum2012
|
c84ec49f09
|
Avoid duplicate logging in sceUtility*GetStatus
|
2014-04-27 13:43:51 +08:00 |
|
sum2012
|
55e19f46a5
|
Fix Resistance Houfuku noToki draw slowly in OSK in debug log
#4626
|
2014-04-27 07:39:07 +08:00 |
|
Unknown W. Brackets
|
eae4c9cc49
|
Check for no audio more directly.
This fixes some cases where the flag was set wrong.
|
2014-04-26 09:38:13 -07:00 |
|
Henrik Rydgård
|
fb5eda2915
|
Change the scepauth report identifier
|
2014-04-26 10:50:08 +02:00 |
|
Henrik Rydgård
|
c8cb6f375d
|
Merge branch 'scePauth' of github.com:sum2012/ppsspp into sum2012-scePauth
|
2014-04-26 10:48:47 +02:00 |
|
Henrik Rydgård
|
90710c2369
|
Merge pull request #5955 from sum2012/scedisplay
Add sceDisplaySetMode error code base on JPCSP
|
2014-04-26 09:29:35 +02:00 |
|
Henrik Rydgård
|
150cff20b5
|
Merge pull request #5956 from raven02/patch-24
sceUtility: fix some typo and formatting
|
2014-04-26 09:27:36 +02:00 |
|
Henrik Rydgård
|
f9a1e51757
|
Merge pull request #5961 from unknownbrackets/psmfplayer
Improve some psmfplayer funcs, and fix timing
|
2014-04-26 09:25:29 +02:00 |
|
Unknown W. Brackets
|
d92650ee42
|
Improve scePsmfPlayer*Data() timing.
Instead of blocking, video should just return old data if called too
often. Fixes #5910.
|
2014-04-25 23:48:13 -07:00 |
|
raven02
|
5d5c24a173
|
sceUtility: fix some typo and formatting
|
2014-04-26 12:19:34 +08:00 |
|
Unknown W. Brackets
|
a5b2adfff5
|
Add errors for getting and changing the playmode.
And reporting. Also, correct the default playMode for unset psmfplayers.
|
2014-04-25 21:00:24 -07:00 |
|
sum2012
|
d2f7a9974f
|
Add sceDisplaySetMode error code base on JPCSP
|
2014-04-26 04:41:01 +08:00 |
|
sum2012
|
bae6768d5c
|
Report scePauth_F7AA47F6
To make tpunix easier to debug
|
2014-04-24 21:57:20 +08:00 |
|